diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-16 17:53:03 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-16 17:53:03 +0000 |
commit | 778f2e8dfc925689179d32d63a5a419915d4f386 (patch) | |
tree | 97e0e51e68a6759b330c6248ff9638cd6c89a9fe /configure.in | |
parent | 9482d0e53dad137e9a0fd63911216ff75dc64f0c (diff) | |
download | gcc-778f2e8dfc925689179d32d63a5a419915d4f386.tar.gz |
PR target/27540
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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*) ;; |