]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Sync from gcc:
authorDave Anglin <dave.anglin@nrc.ca>
Tue, 13 Jun 2006 23:06:42 +0000 (23:06 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Tue, 13 Jun 2006 23:06:42 +0000 (23:06 +0000)
2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

* configure.in: Don't enable libgomp on hpux10.
* configure: Rebuilt.

ChangeLog
configure
configure.in

index 2182ad8372fcb674175bcb3a5307fc0f935fe2f2..70a0978d91bbcef10e9e797729eb29db3e22d801 100644 (file)
--- 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:
index 9dafbda5333beb9c602ac8866b7872f48181a239..5ac0fd4d44b5a51a411f66c835e96ae4fa8bd5db 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 3f499cf289d0b26a47400615e21e34098b43d91e..2ff8aa5c64683e62ea1e7aa39ed69891971215a0 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*)
        ;;