diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index f9a95e5672c..60dd66a9fa5 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -187,7 +187,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 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 |