aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-28 22:11:42 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-28 22:11:42 +0000
commitbf31116d5a6d462cc92843d2422eca4adecbf420 (patch)
treec05772821b077cbc70918554388317e3f2e8f3ea /configure.in
parent8a660fab29fcf0d4424adfc9652486d186266db9 (diff)
downloadgdb-bf31116d5a6d462cc92843d2422eca4adecbf420.zip
gdb-bf31116d5a6d462cc92843d2422eca4adecbf420.tar.gz
gdb-bf31116d5a6d462cc92843d2422eca4adecbf420.tar.bz2
* configure.in: Change alpha to alpha* in several places.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 4044a8b..4bb99cf 100644
--- a/configure.in
+++ b/configure.in
@@ -260,8 +260,8 @@ fi
# Well, we don't yet, but we will.
if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
case "${target}" in
- alpha-dec-osf*) enable_shared=yes ;;
- alpha-*-linux*) enable_shared=yes ;;
+ alpha*-dec-osf*) enable_shared=yes ;;
+ alpha*-*-linux*) enable_shared=yes ;;
mips-sgi-irix5*) enable_shared=yes ;;
*) enable_shared=no ;;
esac
@@ -291,7 +291,7 @@ if [ x${shared} = xyes ]; then
powerpc*-*)
host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
;;
- alpha-*-linux*)
+ alpha*-*-linux*)
host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
;;
*)
@@ -577,7 +577,7 @@ case "${target}" in
*-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
- alpha-dec-osf*)
+ alpha*-dec-osf*)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils.
# gas doesn't generate exception information.
@@ -586,7 +586,7 @@ case "${target}" in
alpha*-*-*vms*)
noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
;;
- alpha-*-linux*)
+ alpha*-*-linux*)
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc
@@ -1006,7 +1006,7 @@ if [ x${shared} = xyes ]; then
powerpc*-*)
target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
;;
- alpha-*-linux*)
+ alpha*-*-linux*)
target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
;;
*)