aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2006-06-16 17:53:03 +0000
committerRainer Orth <ro@gcc.gnu.org>2006-06-16 17:53:03 +0000
commit04879af33dfc9bee6ef86b01f83e8554f23690a0 (patch)
tree97e0e51e68a6759b330c6248ff9638cd6c89a9fe /configure
parentef31fe62574cdc2b6e210c655377b7c161de225c (diff)
downloadgcc-04879af33dfc9bee6ef86b01f83e8554f23690a0.zip
gcc-04879af33dfc9bee6ef86b01f83e8554f23690a0.tar.gz
gcc-04879af33dfc9bee6ef86b01f83e8554f23690a0.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5ac0fd4..800379e 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*)
;;