mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
From Minh Tran-Le: recognize i386-ibm-aix (ps/2), and use new config file for
it.
This commit is contained in:
parent
9d1f234b96
commit
795308d6ec
@ -94,6 +94,7 @@ case "${host}" in
|
||||
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
||||
i[34]86-*-linux) host_makefile_frag=config/mh-linux ;;
|
||||
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
|
||||
i[34]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
|
||||
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
||||
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
|
||||
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
|
||||
|
Loading…
Reference in New Issue
Block a user