* configure.ac (enable_libgomp): Remove *-*-osf*.

(with_stabs): Remove alpha*-*-osf*.
	* configure: Regenerate.
This commit is contained in:
Rainer Orth 2012-03-15 14:11:38 +00:00
parent 096d5bbf1d
commit ad10b0ab34
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (enable_libgomp): Remove *-*-osf*.
(with_stabs): Remove alpha*-*-osf*.
* configure: Regenerate.
2012-03-09 Jeff Johnston <jjohnstn@redhat.com> 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
* COPYING.NEWLIB: Modify DJ Delorie license to include * COPYING.NEWLIB: Modify DJ Delorie license to include

4
configure vendored
View File

@ -3054,7 +3054,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
;; ;;
*-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*) *-*-solaris2* | *-*-irix6* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;
@ -6878,7 +6878,7 @@ if test x${with_stabs} = x ; then
case "${target}" in case "${target}" in
mips*-*-irix[56]*) mips*-*-irix[56]*)
;; ;;
mips*-*-* | alpha*-*-osf*) mips*-*-*)
with_stabs=yes; with_stabs=yes;
extra_host_args="${extra_host_args} --with-stabs" extra_host_args="${extra_host_args} --with-stabs"
;; ;;

View File

@ -483,7 +483,7 @@ if test x$enable_libgomp = x ; then
;; ;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*) *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
;; ;;
*-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*) *-*-solaris2* | *-*-irix6* | *-*-hpux11*)
;; ;;
*-*-darwin* | *-*-aix*) *-*-darwin* | *-*-aix*)
;; ;;
@ -2336,7 +2336,7 @@ if test x${with_stabs} = x ; then
case "${target}" in case "${target}" in
mips*-*-irix[[56]]*) mips*-*-irix[[56]]*)
;; ;;
mips*-*-* | alpha*-*-osf*) mips*-*-*)
with_stabs=yes; with_stabs=yes;
extra_host_args="${extra_host_args} --with-stabs" extra_host_args="${extra_host_args} --with-stabs"
;; ;;