aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2012-03-15 14:11:38 +0000
committerRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2012-03-15 14:11:38 +0000
commit4e97d92b5caec705fe035d0a40af9b38dfb1b977 (patch)
tree467bc622e54769a7ef0868caa99639ac94c908bf /configure
parent95cbceff9926e26bf718f9373fcde2981e09b748 (diff)
downloadgdb-4e97d92b5caec705fe035d0a40af9b38dfb1b977.zip
gdb-4e97d92b5caec705fe035d0a40af9b38dfb1b977.tar.gz
gdb-4e97d92b5caec705fe035d0a40af9b38dfb1b977.tar.bz2
* 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 3ca99b9..81e096a 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"
;;