1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE

from config.h and use them in $ac_link.
This commit is contained in:
Richard M. Stallman 1996-10-02 21:44:00 +00:00
parent f74e8587dc
commit fd402b2a64

View File

@ -1212,6 +1212,17 @@ configure___ system_malloc=no
#define C_OPTIMIZE_SWITCH -O
#endif
#ifndef LD_SWITCH_MACHINE
#define LD_SWITCH_MACHINE
#endif
#ifndef LD_SWITCH_SYSTEM
#define LD_SWITCH_SYSTEM
#endif
configure___ ld_switch_system=LD_SWITCH_SYSTEM
configure___ ld_switch_maldhine=LD_SWITCH_MACHINE
#ifdef THIS_IS_CONFIGURE
/* Get the CFLAGS for tests in configure. */
@ -1248,6 +1259,8 @@ fi
changequote([, ])dnl
rm ${tempcname}
ac_link="$ac_link $ld_switch_machine $ld_switch_system"
### Compute the unexec source name from the object name.
UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"