mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Fix bug where script was referencing host_arch instead of host_cpu.
This commit is contained in:
@ -20,10 +20,16 @@ m88kbcs | sysv* | irix*)
|
|||||||
|
|
||||||
aix*)
|
aix*)
|
||||||
host_makefile_frag=config/hm-sysv
|
host_makefile_frag=config/hm-sysv
|
||||||
case "${host_arch}" in
|
case "${host_cpu}" in
|
||||||
rs6000) files=sysdep-aix.h
|
rs6000) files=sysdep-aix.h
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "${host_vendor}" in
|
||||||
|
sco* )
|
||||||
|
host_makefile_frag=config/hm-sco
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# per-target:
|
# per-target:
|
||||||
|
Reference in New Issue
Block a user