From 363ef840e4afc0d4b401c87bd40ec10d03a2e84b Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Tue, 13 Jun 2006 23:06:42 +0000 Subject: Sync from gcc: 2006-06-12 John David Anglin * configure.in: Don't enable libgomp on hpux10. * configure: Rebuilt. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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*) ;; -- cgit v1.1