Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-15 18:11:38 +0400
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-15 18:11:38 +0400
commitad10b0ab341391c56d9353aeb8e1334933399570 (patch)
tree39316973ee6da0d182ce6c18527bea5d9f36a911 /configure
parent096d5bbf1d67ba4bebba4af8cc65dd5e874dbb34 (diff)
* configure.ac (enable_libgomp): Remove *-*-osf*.
(with_stabs): Remove alpha*-*-osf*. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3ca99b9e9..81e096aad 100755
--- a/configure
+++ b/configure
@@ -3054,7 +3054,7 @@ if test x$enable_libgomp = x ; then
;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
;;
- *-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
+ *-*-solaris2* | *-*-irix6* | *-*-hpux11*)
;;
*-*-darwin* | *-*-aix*)
;;
@@ -6878,7 +6878,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"
;;