mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 17:47:18 +08:00
2002-07-31 H.J. Lu <hjl@gnu.org>
* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for --enable-64-bit-bfd.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-31 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
|
||||||
|
--enable-64-bit-bfd.
|
||||||
|
|
||||||
2002-07-31 H.J. Lu <hjl@gnu.org>
|
2002-07-31 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* configure.tgt: Enable x86-64 emulation for Linux/i386 if
|
* configure.tgt: Enable x86-64 emulation for Linux/i386 if
|
||||||
|
@ -457,7 +457,11 @@ powerpc*-*-linux*)
|
|||||||
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
||||||
*) targ_emul=elf32ppclinux
|
*) targ_emul=elf32ppclinux
|
||||||
targ_extra_emuls="elf32ppc elf32ppcsim"
|
targ_extra_emuls="elf32ppc elf32ppcsim"
|
||||||
targ_extra_libpath=elf32ppc ;;
|
targ_extra_libpath=elf32ppc
|
||||||
|
if test "${want64}" = "true"; then
|
||||||
|
targ_extra_emuls="$targ_extra_emuls elf64ppc"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac ;;
|
esac ;;
|
||||||
powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
|
powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
|
||||||
| powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
|
| powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
|
||||||
|
Reference in New Issue
Block a user