summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2012-03-15 14:11:37 +0000
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2012-03-15 14:11:37 +0000
commitd1620965b61cd9a39a766fbb07b8b2681c14f47a (patch)
tree7a7c1e3bddbd43ce47ff6e25db11b0b2f2697744
parent7493f930ad532c91f186f7b2fbaacba308f90945 (diff)
downloadgdb-d1620965b61cd9a39a766fbb07b8b2681c14f47a.tar.gz
* configure.ac (enable_libgomp): Remove *-*-osf*.
(with_stabs): Remove alpha*-*-osf*. * configure: Regenerate.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a7a08e8df85..c003874d16f 100644
--- 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
diff --git a/configure b/configure
index 3ca99b9e9df..81e096aad71 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"
;;
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"
;;