From 04879af33dfc9bee6ef86b01f83e8554f23690a0 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 16 Jun 2006 17:53:03 +0000 Subject: [PATCH] re PR target/27540 (libgomp fails to configure on IRIX 5.3) PR target/27540 * configure.in: Only enable libgomp on IRIX 6. * configure: Regenerate. From-SVN: r114726 --- ChangeLog | 6 ++++++ configure | 2 +- configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4c02c308bd..a75fea1e0aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-16 Rainer Orth + + PR target/27540 + * configure.in: Only enable libgomp on IRIX 6. + * configure: Regenerate. + 2006-06-15 Paolo Bonzini * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS diff --git a/configure b/configure index 5ac0fd4d44b..800379e796f 100755 --- a/configure +++ b/configure @@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) ;; - *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*) + *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*) ;; *-*-darwin* | *-*-aix*) ;; diff --git a/configure.in b/configure.in index 2ff8aa5c646..6775f3c1001 100644 --- a/configure.in +++ b/configure.in @@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd*) ;; - *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*) + *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*) ;; *-*-darwin* | *-*-aix*) ;;