From: Richard M. Stallman Date: Mon, 21 Jul 2003 09:51:20 +0000 (+0000) Subject: Use -Wl syntax. X-Git-Tag: ttn-vms-21-2-B4~9294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c124274d342e054c3f72d49137cfd87efbb55ff2;p=emacs.git Use -Wl syntax. --- 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 @@ switches, so this also works with older versions that don't implement -z combreloc. */ -#define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc +#define LD_SWITCH_SYSTEM_TEMACS -Wl,-z,nocombreloc #endif /* __ELF__ */