Changeset 1743

Show
Ignore:
Timestamp:
02/17/98 01:45:24 (11 years ago)
Author:
himi
Message:

Import Original Emacs 21.0.104.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/s/gnu-linux.h

    r1739 r1743  
    186186#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 
    187187#endif /* __mips__ */ 
    188  
    189 /* Link temacs with -z nocombreloc so that unexec works right, whether or 
    190    not -z combreloc is the default.  GNU ld ignores unknown -z KEYWORD 
    191    switches, so this also works with older versions that don't implement 
    192    -z combreloc.  */ 
    193 #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc 
    194188#endif /* __ELF__ */ 
    195189