aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2006-06-13 23:06:42 +0000
committerJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2006-06-13 23:06:42 +0000
commit6976c28f870d2fb87e12bd5ef879d15115d66db8 (patch)
treebd331c172afe44e9ef3f1940657fb62d2c6637c4 /configure
parentc2c6952627cf2f78efbbb524ce8645e81231d3e0 (diff)
downloadnewlib-6976c28f870d2fb87e12bd5ef879d15115d66db8.zip
newlib-6976c28f870d2fb87e12bd5ef879d15115d66db8.tar.gz
newlib-6976c28f870d2fb87e12bd5ef879d15115d66db8.tar.bz2
Sync from gcc:
2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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*)
;;