* configure.ac (enable_libgomp): Remove *-*-osf*.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 15 Mar 2012 14:11:38 +0000 (14:11 +0000)
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 15 Mar 2012 14:11:38 +0000 (14:11 +0000)
(with_stabs): Remove alpha*-*-osf*.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index a7a08e8df852c6dbd59d56ba5c42d166618b4a14..c003874d16f1bf8369d119afde00dda4ef31847d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * COPYING.NEWLIB: Modify DJ Delorie license to include
index 3ca99b9e9df3e4415d81929229f5942d3183bd9b..81e096aad7164be36956226d7e4c0602b7af0a72 100755 (executable)
--- 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"
     ;;
index c24fff4e581e1d359565e8d64531f297503525d4..fd020dfe592bff3ae71d542741bbe9ac823b6b2a 100644 (file)
@@ -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"
     ;;
This page took 0.040806 seconds and 4 git commands to generate.