mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath if --enable-64-bit-bfd.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-04-01 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
|
||||||
|
targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
|
||||||
|
if --enable-64-bit-bfd.
|
||||||
|
|
||||||
2003-04-01 Nick Clifton <nickc@redhat.com>
|
2003-04-01 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
|
* emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
|
||||||
|
@ -464,7 +464,7 @@ powerpc*-*-linux*)
|
|||||||
case "${targ}" in
|
case "${targ}" in
|
||||||
*64*) targ_emul=elf64ppc
|
*64*) targ_emul=elf64ppc
|
||||||
targ_extra_emuls="elf32ppclinux elf32ppc elf32ppcsim"
|
targ_extra_emuls="elf32ppclinux elf32ppc elf32ppcsim"
|
||||||
targ_extra_libpath=elf32ppclinux
|
targ_extra_libpath="elf32ppclinux elf32ppc"
|
||||||
tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
|
tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
|
||||||
tdir_elf32ppclinux=$tdir_elf32ppc
|
tdir_elf32ppclinux=$tdir_elf32ppc
|
||||||
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
tdir_elf32ppcsim=$tdir_elf32ppc ;;
|
||||||
@ -473,6 +473,7 @@ powerpc*-*-linux*)
|
|||||||
targ_extra_libpath=elf32ppc
|
targ_extra_libpath=elf32ppc
|
||||||
if test "${want64}" = "true"; then
|
if test "${want64}" = "true"; then
|
||||||
targ_extra_emuls="$targ_extra_emuls elf64ppc"
|
targ_extra_emuls="$targ_extra_emuls elf64ppc"
|
||||||
|
targ_extra_libpath="$targ_extra_libpath elf64ppc"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac ;;
|
esac ;;
|
||||||
|
Reference in New Issue
Block a user