mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00: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:
parent
39a2a3eb35
commit
ebc6e014ba
@ -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>
|
||||
|
||||
* configure.tgt: Enable x86-64 emulation for Linux/i386 if
|
||||
|
@ -457,7 +457,11 @@ powerpc*-*-linux*)
|
||||
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
||||
*) targ_emul=elf32ppclinux
|
||||
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 ;;
|
||||
powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
|
||||
| powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user