OSDN Git Service

* configure.in: Don't enable libgomp on hpux10.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jun 2006 02:40:01 +0000 (02:40 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jun 2006 02:40:01 +0000 (02:40 +0000)
* configure: Rebuilt.

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

ChangeLog
configure
configure.in

index bdf6e2b..99b0472 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * configure.in: Don't enable libgomp on hpux10.
+       * configure: Rebuilt.
+
 2006-06-12  David Ayers  <d.ayers@inode.at>
 
        PR bootstrap/27963
index 9dafbda..5ac0fd4 100755 (executable)
--- a/configure
+++ b/configure
@@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
        ;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
        ;;
     *-*-darwin* | *-*-aix*)
        ;;
index 3f499cf..2ff8aa5 100644 (file)
@@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then
        ;;
     *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
        ;;
-    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
+    *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
        ;;
     *-*-darwin* | *-*-aix*)
        ;;