aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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