diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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*) ;; |