Changeset 1743
- Timestamp:
- 02/17/98 01:45:24 (11 years ago)
- Files:
-
- branches/GNU/src/m/mips-siemens.h (added)
- branches/GNU/src/m/news-r6.h (added)
- branches/GNU/src/s/gnu-linux.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/s/gnu-linux.h
r1739 r1743 186 186 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 187 187 #endif /* __mips__ */ 188 189 /* Link temacs with -z nocombreloc so that unexec works right, whether or190 not -z combreloc is the default. GNU ld ignores unknown -z KEYWORD191 switches, so this also works with older versions that don't implement192 -z combreloc. */193 #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc194 188 #endif /* __ELF__ */ 195 189
