projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1f234
)
From Minh Tran-Le: recognize i386-ibm-aix (ps/2), and use new config file for
author
Ken Raeburn
<raeburn@cygnus>
Mon, 8 Mar 1993 20:30:47 +0000
(20:30 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 8 Mar 1993 20:30:47 +0000
(20:30 +0000)
it.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
cebed36
..
7c0b0ac
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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 ;;