From be504f1ea3dbb95aa3b784d426565554cb646a08 Mon Sep 17 00:00:00 2001 From: danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 13 Jun 2006 02:40:01 +0000 Subject: [PATCH] * configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114599 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ configure | 2 +- configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdf6e2b09050..99b0472b30ff 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 9dafbda5333b..5ac0fd4d44b5 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 3f499cf289d0..2ff8aa5c6468 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*) ;; -- GitLab