diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-04 23:02:19 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-04 23:02:19 +0000 |
commit | cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b (patch) | |
tree | bd7ed19f9d6dd5affcfa035e5a2ec5cad67298aa /gas/configure.in | |
parent | 0cd22b6a8d1a25854fd24ab8bd6a75521091a223 (diff) | |
download | gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.zip gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.tar.gz gdb-cb0b800b0e74b70a8ba8c6fc8557444ffdc93f0b.tar.bz2 |
Added alpha as host.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
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 ;; |