PR target/27540
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 17:53:03 +0000 (17:53 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 17:53:03 +0000 (17:53 +0000)
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114726 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.in

index c4c02c3..a75fea1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR target/27540
+       * configure.in: Only enable libgomp on IRIX 6.
+       * configure: Regenerate.
+
 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
index 5ac0fd4..800379e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
        ;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
        ;;
     *-*-darwin* | *-*-aix*)
        ;;
index 2ff8aa5..6775f3c 100644 (file)
@@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
        ;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
        ;;
     *-*-darwin* | *-*-aix*)
        ;;