aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-06-04 23:02:19 +0000
committerSteve Chamberlain <sac@cygnus>1993-06-04 23:02:19 +0000
commitcb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b (patch)
treebd7ed19f9d6dd5affcfa035e5a2ec5cad67298aa /gas/configure.in
parent0cd22b6a8d1a25854fd24ab8bd6a75521091a223 (diff)
downloadfsf-binutils-gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.zip
fsf-binutils-gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.tar.gz
fsf-binutils-gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.tar.bz2
Added alpha as host.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 5d58a5f..2c90667 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -38,9 +38,10 @@ configdirs="doc testsuite"
gas_host=generic
case "${host}" in
-
a29k-*-*) gas_host=a29k ;;
+ alpha-*-osf*) gas_host=ansi ;;
+
hppa*-hp-hpux*) gas_host=hppahpux ;;
hppa*-hp-bsd*) gas_host=hppabsd ;;
hppa*-hp-osf*) gas_host=hppaosf ;;