diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-13 02:40:01 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-13 02:40:01 +0000 |
commit | be504f1ea3dbb95aa3b784d426565554cb646a08 (patch) | |
tree | c92377a82ace72f9d4d2fe9532506380b0be1bb2 /configure | |
parent | 541fe6f405d7eef159f592b8a9817b94af5ba537 (diff) | |
download | gcc-be504f1ea3dbb95aa3b784d426565554cb646a08.tar.gz |
* 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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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*) ;; |