comparison src/s/gnu-linux.h @ 39496:8e1f1f05b742

Fix a typo in comment.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 28 Sep 2001 15:50:04 +0000
parents 4a51dde8ee81
children 464d0a0dcf2e
comparison
equal deleted inserted replaced
39495:7a705b2dce35 39496:8e1f1f05b742
185 #else 185 #else
186 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 186 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
187 #endif /* __mips__ */ 187 #endif /* __mips__ */
188 188
189 /* Link temacs with -z nocombreloc so that unexec works right, whether or 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 KEYOWRD 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 191 switches, so this also works with older versions that don't implement
192 -z combreloc. */ 192 -z combreloc. */
193 #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc 193 #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc
194 #endif /* __ELF__ */ 194 #endif /* __ELF__ */
195 195