mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ef31fe6257
commit
04879af33d
|
|
@ -1,3 +1,9 @@
|
||||||
|
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
|
||||||
;;
|
;;
|
||||||
*-*-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
|
||||||
;;
|
;;
|
||||||
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
|
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
|
||||||
;;
|
;;
|
||||||
*-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
|
*-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
|
||||||
;;
|
;;
|
||||||
*-*-darwin* | *-*-aix*)
|
*-*-darwin* | *-*-aix*)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue