mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
* configure.in (targ_extra_emuls): Add $targ64_extra_emuls if want64 is true. (targ_extra_libpath): Add $targ64_extra_libpath if want64 is true * configure: Regenerated. * configure.tgt (targ_extra_libpath): Initialize. (targ64_extra_emuls): New. Document. Initialize. (targ64_extra_libpath): Likewise. (i[3-7]86-*-linux-*): Set targ64_extra_emuls and targ64_extra_libpath. (powerpc*-*-linux*): Likewise. (s390-*-linux*): Likewise.
This commit is contained in:
@ -175,6 +175,11 @@ do
|
||||
. ${srcdir}/../bfd/config.bfd
|
||||
fi
|
||||
|
||||
if test x${want64} = xtrue; then
|
||||
targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
|
||||
targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
|
||||
fi
|
||||
|
||||
for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
|
||||
case " $all_emuls " in
|
||||
*" e${i}.o "*) ;;
|
||||
|
Reference in New Issue
Block a user