Added alpha as host.
This commit is contained in:
parent
0cd22b6a8d
commit
cb0b800b0e
1 changed files with 2 additions and 1 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue