1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Use -Wl syntax.

This commit is contained in:
Richard M. Stallman 2003-07-21 09:51:20 +00:00
parent e74154871e
commit c124274d34

View file

@ -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__ */