forked from Imagelibrary/binutils-gdb
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*)
|
||||
host_makefile_frag=config/hm-sysv
|
||||
case "${host_arch}" in
|
||||
case "${host_cpu}" in
|
||||
rs6000) files=sysdep-aix.h
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
case "${host_vendor}" in
|
||||
sco* )
|
||||
host_makefile_frag=config/hm-sco
|
||||
;;
|
||||
esac
|
||||
|
||||
# per-target:
|
||||
|
||||
Reference in New Issue
Block a user