aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1997-12-21 18:40:10 -0800
committerRichard Henderson <rth@gcc.gnu.org>1997-12-21 18:40:10 -0800
commitb104e095c1432fa6585259c5525f90ed7d969d99 (patch)
treeb3ab79e42b48a9741a12ece42c506452638f1c0d /configure.in
parent3fe49f2249af8813a69dc3ca0ddfa2b2ef08e3ce (diff)
downloadgcc-b104e095c1432fa6585259c5525f90ed7d969d99.zip
gcc-b104e095c1432fa6585259c5525f90ed7d969d99.tar.gz
gcc-b104e095c1432fa6585259c5525f90ed7d969d99.tar.bz2
It's alpha*-...
From-SVN: r17179
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 ab563ce..6de0e2c 100644
--- a/configure.in
+++ b/configure.in
@@ -243,8 +243,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
@@ -271,7 +271,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"
;;
*)
@@ -498,7 +498,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.
@@ -507,7 +507,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
@@ -868,7 +868,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"
;;
*)