mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
bd59d91639
source. (eelf64ppc_fbsd.c): Add rules to build this file. * Makefile.in: Regenerate. * configure.tgt: Add target definition for powerpc64-*-freebsd*. Adjust powerpc-*-freebsd*. * emultempl/ppc64elf.em: Add a mechanism to override the default value of 0 for plt_static_chain. * emulparams/elf32ppc_fbsd.sh (OUTPUT_FORMAT): Override the default. * emulparams/elf64ppc_fbsd.sh (OUTPUT_FORMAT): Likewise. (DEFAULT_PLT_STATIC_CHAIN): Define to 1.
7 lines
137 B
Bash
7 lines
137 B
Bash
. ${srcdir}/emulparams/elf64ppc.sh
|
|
. ${srcdir}/emulparams/elf_fbsd.sh
|
|
|
|
OUTPUT_FORMAT="elf64-powerpc-freebsd"
|
|
DEFAULT_PLT_STATIC_CHAIN=1
|
|
|