diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-23 15:35:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-23 15:35:50 +0000 |
commit | ed84e6956070f271fa17199847375d81e75c1a46 (patch) | |
tree | 08523b7b38b4b19ed1ec54c92f44957caa8cc020 /gas/configure | |
parent | f1099ef345453ffedc12ec80268bf285f837cbf1 (diff) | |
download | gdb-ed84e6956070f271fa17199847375d81e75c1a46.zip gdb-ed84e6956070f271fa17199847375d81e75c1a46.tar.gz gdb-ed84e6956070f271fa17199847375d81e75c1a46.tar.bz2 |
Accept any C library to accompany a GNU Linux implementation, not just the GNU
C library.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index 60ebac9..1ffb401 100755 --- a/gas/configure +++ b/gas/configure @@ -4483,7 +4483,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF ;; - ppc-*-linux-gnu*) + ppc-*-linux-*) case "$endian" in big) ;; *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5 |