From: danglin Date: Tue, 13 Jun 2006 02:40:01 +0000 (+0000) Subject: * configure.in: Don't enable libgomp on hpux10. X-Git-Tag: upstream/4.9.2~54134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be504f1ea3dbb95aa3b784d426565554cb646a08;p=platform%2Fupstream%2Flinaro-gcc.git * 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 --- diff --git a/ChangeLog b/ChangeLog index bdf6e2b..99b0472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 John David Anglin + + * configure.in: Don't enable libgomp on hpux10. + * configure: Rebuilt. + 2006-06-12 David Ayers PR bootstrap/27963 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*) ;;