configure.in: Don't enable libgomp on hpux10.

* configure.in: Don't enable libgomp on hpux10.
	* configure: Rebuilt.

From-SVN: r114599
This commit is contained in:
John David Anglin 2006-06-13 02:40:01 +00:00 committed by John David Anglin
parent ce0d1b886d
commit c67ed86a4a
3 changed files with 7 additions and 2 deletions

View file

@ -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> 2006-06-12 David Ayers <d.ayers@inode.at>
PR bootstrap/27963 PR bootstrap/27963

2
configure vendored
View file

@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;; ;;
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*) *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;

View file

@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;; ;;
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*) *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;