mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
bfd/
* 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.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2013-04-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.in: Allow little-endian linux.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-04-24 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* config/tc-nios2.c (nios2_control_register_arg_p): Rename
|
||||
|
6
gas/configure
vendored
6
gas/configure
vendored
@ -11986,12 +11986,6 @@ $as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and
|
||||
|
||||
$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
|
||||
|
||||
;;
|
||||
ppc-*-linux-*)
|
||||
case "$endian" in
|
||||
big) ;;
|
||||
*) as_fn_error "GNU/Linux must be configured big endian" "$LINENO" 5 ;;
|
||||
esac
|
||||
;;
|
||||
ppc-*-solaris*)
|
||||
if test ${this_target} = $target; then
|
||||
|
@ -176,12 +176,6 @@ changequote([,])dnl
|
||||
AC_DEFINE(AIX_WEAK_SUPPORT, 1,
|
||||
[Define if using AIX 5.2 value for C_WEAKEXT.])
|
||||
;;
|
||||
ppc-*-linux-*)
|
||||
case "$endian" in
|
||||
big) ;;
|
||||
*) AC_MSG_ERROR(GNU/Linux must be configured big endian) ;;
|
||||
esac
|
||||
;;
|
||||
ppc-*-solaris*)
|
||||
if test ${this_target} = $target; then
|
||||
AC_DEFINE(TARGET_SOLARIS_COMMENT, 1,
|
||||
|
Reference in New Issue
Block a user