Commit 04879af3 by Rainer Orth Committed by Rainer Orth

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
parent ef31fe62
2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR target/27540
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.
2006-06-15 Paolo Bonzini <bonzini@gnu.org> 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
......
...@@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then ...@@ -1157,7 +1157,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;; ;;
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*) *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;
......
...@@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then ...@@ -353,7 +353,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;; ;;
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*) *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment