diff options
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gas/configure b/gas/configure index 0504104..a4393b5 100755 --- a/gas/configure +++ b/gas/configure @@ -11936,7 +11936,7 @@ case "${host}" in esac -#We need this for the host. BOUT header is in host order. +#We need this for the host. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then : @@ -12250,11 +12250,6 @@ $as_echo "#define STRICTCOFF 1" >>confdefs.h fi ;; - i860-*-*) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5 -$as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;} - ;; - microblaze*) ;; @@ -12863,9 +12858,6 @@ if test `set . $formats ; shift ; echo $#` -gt 1 ; then aout) $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h ;; - bout) -$as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h - ;; coff) $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h ;; |