summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure6
-rw-r--r--gas/configure.in6
3 files changed, 5 insertions, 12 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d3c27065cd..0fd3002cdc 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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
diff --git a/gas/configure.in b/gas/configure.in
index 88cbff8cd5..37f6d5f5e7 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -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,