diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-06-13 23:06:42 +0000 |
---|---|---|
committer | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2006-06-13 23:06:42 +0000 |
commit | 6976c28f870d2fb87e12bd5ef879d15115d66db8 (patch) | |
tree | bd331c172afe44e9ef3f1940657fb62d2c6637c4 /configure | |
parent | c2c6952627cf2f78efbbb524ce8645e81231d3e0 (diff) | |
download | newlib-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) ;; |