49926cd0c8
* config.bfd: Add powerpc64le-linux. gas/ * configure.in: Allow little-endian linux. * configure: Regenerate. gold/ * configure.tgt: Add powerpcle and powerpc64le. ld/ * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lppclinux.c. (eelf32lppclinux.c): New rule. * Makefile.in: Regenerate. * configure.tgt: Merge powerpc-linux and other powerpc-elf targets with corresponding little-endian targets. * emulparams/elf32lppc.sh: Update comment. * emulparams/elf32lppclinux.sh: New.
6 lines
180 B
Bash
6 lines
180 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf32lppcsim.sh elf32lppclinux.sh
|
|
|
|
. ${srcdir}/emulparams/elf32ppc.sh
|
|
OUTPUT_FORMAT="elf32-powerpcle"
|