Added alpha as host.

This commit is contained in:
Steve Chamberlain 1993-06-04 23:02:19 +00:00
parent 0cd22b6a8d
commit cb0b800b0e
1 changed files with 2 additions and 1 deletions

View File

@ -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 ;;