mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Added alpha as host.
This commit is contained in:
@ -38,9 +38,10 @@ configdirs="doc testsuite"
|
|||||||
gas_host=generic
|
gas_host=generic
|
||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
|
||||||
a29k-*-*) gas_host=a29k ;;
|
a29k-*-*) gas_host=a29k ;;
|
||||||
|
|
||||||
|
alpha-*-osf*) gas_host=ansi ;;
|
||||||
|
|
||||||
hppa*-hp-hpux*) gas_host=hppahpux ;;
|
hppa*-hp-hpux*) gas_host=hppahpux ;;
|
||||||
hppa*-hp-bsd*) gas_host=hppabsd ;;
|
hppa*-hp-bsd*) gas_host=hppabsd ;;
|
||||||
hppa*-hp-osf*) gas_host=hppaosf ;;
|
hppa*-hp-osf*) gas_host=hppaosf ;;
|
||||||
|
Reference in New Issue
Block a user