1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00: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__ */