From: Steve Chamberlain Date: Fri, 4 Jun 1993 23:02:19 +0000 (+0000) Subject: Added alpha as host. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b;p=binutils-gdb.git Added alpha as host. --- diff --git a/gas/configure.in b/gas/configure.in index 5d58a5f68e6..2c90667c144 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 ;;