diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-06-13 23:06:42 +0000 |
---|---|---|
committer | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-06-13 23:06:42 +0000 |
commit | 6976c28f870d2fb87e12bd5ef879d15115d66db8 (patch) | |
tree | bd331c172afe44e9ef3f1940657fb62d2c6637c4 | |
parent | c2c6952627cf2f78efbbb524ce8645e81231d3e0 (diff) | |
download | cygnal-6976c28f870d2fb87e12bd5ef879d15115d66db8.tar.gz cygnal-6976c28f870d2fb87e12bd5ef879d15115d66db8.tar.bz2 cygnal-6976c28f870d2fb87e12bd5ef879d15115d66db8.zip |
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-- | ChangeLog | 8 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -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: @@ -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 3f499cf28..2ff8aa5c6 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*) ;; |