summaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-04-25 13:22:51 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-04-25 13:22:51 +0000
commitc67a05cff23a668819d4137701b5fca9e4c3d540 (patch)
tree59e23e945bdc9a75446eccebace988b15df706c1 /gas/configure
parent2b18cd36c54fad47a3905609be5ac0cf99858688 (diff)
downloadbinutils-redhat-c67a05cff23a668819d4137701b5fca9e4c3d540.tar.gz
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.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/configure b/gas/configure
index 382f8d3522..6f9f5ba5ba 100755
--- a/gas/configure
+++ b/gas/configure
@@ -11987,12 +11987,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