mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 08:31:09 -08:00
Add commented-out code.
This commit is contained in:
parent
2c1b5dbe28
commit
cbb35d7d1c
1 changed files with 15 additions and 0 deletions
|
|
@ -182,3 +182,18 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
/* Avoid error in getloadavg.c. */
|
||||
#define NLIST_NAME_UNION 1
|
||||
|
||||
#if 0 /* This is supposed to be an improvement.
|
||||
It would be good for people to try enabling this code
|
||||
and report the results. */
|
||||
/* gcc -nostdlib prevents some math symbols from being included.
|
||||
So we have to use -nostartfiles instead. */
|
||||
#define LINKER $(CC) -nostartfiles
|
||||
|
||||
#define ORDINARY_LINK
|
||||
|
||||
#undef LD_SWITCH_MACHINE
|
||||
#define LD_SWITCH_MACHINE \
|
||||
-L /usr/lib \
|
||||
'-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue