aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2006-06-13 23:06:42 +0000
committerDave Anglin <dave.anglin@nrc.ca>2006-06-13 23:06:42 +0000
commit363ef840e4afc0d4b401c87bd40ec10d03a2e84b (patch)
tree016db31b883396e89843e70a2e6e91ef9e35d0ba
parent6490cafe41c702647f69e1cf6f10f1feb55f0650 (diff)
downloadgdb-363ef840e4afc0d4b401c87bd40ec10d03a2e84b.zip
gdb-363ef840e4afc0d4b401c87bd40ec10d03a2e84b.tar.gz
gdb-363ef840e4afc0d4b401c87bd40ec10d03a2e84b.tar.bz2
Sync from gcc:
2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt.
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2182ad8..70a0978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ Sync from gcc:
+
+ 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+ * configure.in: Don't enable libgomp on hpux10.
+ * configure: Rebuilt.
+
2006-06-13 David Ayers <d.ayers@inode.at>
Sync from gcc:
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*)
;;