From: John David Anglin Date: Tue, 13 Jun 2006 02:40:01 +0000 (+0000) Subject: configure.in: Don't enable libgomp on hpux10. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c67ed86a4aaeb9146ac8a22ca87a65d59820df51;p=gcc.git configure.in: Don't enable libgomp on hpux10. * configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt. From-SVN: r114599 --- diff --git a/ChangeLog b/ChangeLog index bdf6e2b0905..99b0472b30f 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 9dafbda5333..5ac0fd4d44b 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 3f499cf289d..2ff8aa5c646 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*) ;;