aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-21 09:51:20 +0000
committerRichard M. Stallman2003-07-21 09:51:20 +0000
commitc124274d342e054c3f72d49137cfd87efbb55ff2 (patch)
treef63bed182317b4bfac157db1ef777671713fc995 /src
parente74154871eadf20eef279d27c41c6b1357b6b3d6 (diff)
downloademacs-c124274d342e054c3f72d49137cfd87efbb55ff2.tar.gz
emacs-c124274d342e054c3f72d49137cfd87efbb55ff2.zip
Use -Wl syntax.
Diffstat (limited to 'src')
-rw-r--r--src/s/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index c39ad8ed730..c48ac6d32fa 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -99,7 +99,7 @@
99 switches, so this also works with older versions that don't implement 99 switches, so this also works with older versions that don't implement
100 -z combreloc. */ 100 -z combreloc. */
101 101
102#define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc 102#define LD_SWITCH_SYSTEM_TEMACS -Wl,-z,nocombreloc
103 103
104#endif /* __ELF__ */ 104#endif /* __ELF__ */
105 105