aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2006-06-13 02:40:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2006-06-13 02:40:01 +0000
commitc67ed86a4aaeb9146ac8a22ca87a65d59820df51 (patch)
treec92377a82ace72f9d4d2fe9532506380b0be1bb2
parentce0d1b886de84fc7f79d34af7fd28d2dda26de35 (diff)
downloadgcc-c67ed86a4aaeb9146ac8a22ca87a65d59820df51.zip
gcc-c67ed86a4aaeb9146ac8a22ca87a65d59820df51.tar.gz
gcc-c67ed86a4aaeb9146ac8a22ca87a65d59820df51.tar.bz2
configure.in: Don't enable libgomp on hpux10.
* configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt. From-SVN: r114599
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bdf6e2b..99b0472 100644
--- 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
diff --git a/configure b/configure
index 9dafbda..5ac0fd4 100755
--- 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*)
;;
diff --git a/configure.in b/configure.in
index 3f499cf..2ff8aa5 100644
--- a/configure.in
+++ b/configure.in
@@ -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*)
;;