From d1620965b61cd9a39a766fbb07b8b2681c14f47a Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 15 Mar 2012 14:11:37 +0000 Subject: * configure.ac (enable_libgomp): Remove *-*-osf*. (with_stabs): Remove alpha*-*-osf*. * configure: Regenerate. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c24fff4e581..fd020dfe592 100644 --- a/configure.ac +++ b/configure.ac @@ -483,7 +483,7 @@ if test x$enable_libgomp = x ; then ;; *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*) ;; - *-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*) + *-*-solaris2* | *-*-irix6* | *-*-hpux11*) ;; *-*-darwin* | *-*-aix*) ;; @@ -2336,7 +2336,7 @@ if test x${with_stabs} = x ; then case "${target}" in mips*-*-irix[[56]]*) ;; - mips*-*-* | alpha*-*-osf*) + mips*-*-*) with_stabs=yes; extra_host_args="${extra_host_args} --with-stabs" ;; -- cgit v1.2.1