mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
This commit is contained in:
parent
4ceb0cc8f0
commit
2f5ee43fcf
1 changed files with 2 additions and 1 deletions
|
|
@ -450,7 +450,8 @@ LD=ld
|
|||
#endif /* not COFF_ENCAPSULATE */
|
||||
#endif /* not ORDINARY_LINK */
|
||||
|
||||
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
|
||||
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
|
||||
LD_SWITCH_SITE $(LDFLAGS)
|
||||
|
||||
/* A macro which other sections of Makefile can redefine to munge the
|
||||
flags before they're passed to LD. This is helpful if you have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue