mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* configure.in: Don't invoke configure.tgt on $enable_targets.
* configure: Regenerate.
This commit is contained in:
parent
e3ad91e358
commit
52fbfb5d63
@ -1,3 +1,8 @@
|
||||
2009-09-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.in: Don't invoke configure.tgt on $enable_targets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-09-28 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 10478
|
||||
|
13
binutils/configure
vendored
13
binutils/configure
vendored
@ -13965,21 +13965,10 @@ _ACEOF
|
||||
|
||||
|
||||
# Emulation
|
||||
for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
|
||||
do
|
||||
# Canonicalize the secondary target names.
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
targ=$targ_alias
|
||||
fi
|
||||
|
||||
targ=$target
|
||||
. ${srcdir}/configure.tgt
|
||||
|
||||
EMULATION=$targ_emul
|
||||
EMULATION_VECTOR=$targ_emul_vector
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
@ -445,21 +445,10 @@ AC_DEFINE_UNQUOTED(TARGET_PREPENDS_UNDERSCORE, $UNDERSCORE,
|
||||
[Define to 1 if user symbol names have a leading underscore, 0 if not.])
|
||||
|
||||
# Emulation
|
||||
for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
|
||||
do
|
||||
# Canonicalize the secondary target names.
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
targ=$targ_alias
|
||||
fi
|
||||
|
||||
targ=$target
|
||||
. ${srcdir}/configure.tgt
|
||||
|
||||
EMULATION=$targ_emul
|
||||
EMULATION_VECTOR=$targ_emul_vector
|
||||
done
|
||||
|
||||
AC_SUBST(EMULATION)
|
||||
AC_SUBST(EMULATION_VECTOR)
|
||||
|
Loading…
Reference in New Issue
Block a user