diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2012-03-15 14:13:32 +0000 |
---|---|---|
committer | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2012-03-15 14:13:32 +0000 |
commit | 2479f722a449340bcd8465474090339c1e004e9e (patch) | |
tree | f096a887cb176b67ed06dbbcc5c3abbb0b397912 /configure.ac | |
parent | 4e97d92b5caec705fe035d0a40af9b38dfb1b977 (diff) | |
download | fsf-binutils-gdb-2479f722a449340bcd8465474090339c1e004e9e.zip fsf-binutils-gdb-2479f722a449340bcd8465474090339c1e004e9e.tar.gz fsf-binutils-gdb-2479f722a449340bcd8465474090339c1e004e9e.tar.bz2 |
* configure.ac (enable_libgomp): Remove *-*-irix6*.
(unsupported_languages): Remove mips-sgi-irix6.*.
(noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
(with_stabs): Remove.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac index fd020df..386ec78 100644 --- a/configure.ac +++ b/configure.ac @@ -483,7 +483,7 @@ if test x$enable_libgomp = x ; then ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*) ;; - *-*-solaris2* | *-*-irix6* | *-*-hpux11*) + *-*-solaris2* | *-*-hpux11*) ;; *-*-darwin* | *-*-aix*) ;; @@ -569,7 +569,7 @@ case "${target}" in ;; m68k-*-*) ;; - mips-sgi-irix6.* | mips*-*-rtems*) + mips*-*-rtems*) ;; mips*-*-linux*) ;; @@ -685,13 +685,6 @@ case "${target}" in rs6000-*-aix*) noconfigdirs="$noconfigdirs ${libgcj}" ;; - mips*-*-irix6*) - # Linking libjava exceeds command-line length limits on at least - # IRIX 6.2, but not on IRIX 6.5. - # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham - # <oldham@codesourcery.com> - noconfigdirs="$noconfigdirs ${libgcj}" - ;; *-*-lynxos*) noconfigdirs="$noconfigdirs ${libgcj}" ;; @@ -2331,18 +2324,6 @@ case "${enable_target_optspace}:${target}" in ;; esac -# Default to using --with-stabs for certain targets. -if test x${with_stabs} = x ; then - case "${target}" in - mips*-*-irix[[56]]*) - ;; - mips*-*-*) - with_stabs=yes; - extra_host_args="${extra_host_args} --with-stabs" - ;; - esac -fi - # Some systems (e.g., one of the i386-aix systems the gas testers are # using) don't handle "\$" correctly, so don't use it here. tooldir='${exec_prefix}'/${target_noncanonical} |