aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:18:38 +0000
committerRichard M. Stallman2004-03-04 17:18:38 +0000
commit09ad9db4b4ccdb7e4c327845743a758fc462054f (patch)
treed582d2a8b821f960c2bb32b0c4941261433ae14d /src
parent9a7e95f339c5e549e0fc4d928ed07b99486f945e (diff)
downloademacs-09ad9db4b4ccdb7e4c327845743a758fc462054f.tar.gz
emacs-09ad9db4b4ccdb7e4c327845743a758fc462054f.zip
(LD_SWITCH_SYSTEM_TEMACS): New definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-6.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h
index a43443e48c2..3ba9ed1f5bd 100644
--- a/src/s/sol2-6.h
+++ b/src/s/sol2-6.h
@@ -7,5 +7,10 @@
7#define UNEXEC unexsol.o 7#define UNEXEC unexsol.o
8#endif 8#endif
9 9
10/* "Dennis McRitchie" <dmcr@Princeton.EDU> reported failures
11 with GNU ld without this. */
12
13#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
14
10/* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca 15/* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
11 (do not change this comment) */ 16 (do not change this comment) */