projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1612a6
)
really commit configure.in
author
David Edelsohn
<dje@gcc.gnu.org>
Sat, 29 Aug 1998 15:41:49 +0000
(11:41 -0400)
committer
David Edelsohn
<dje@gcc.gnu.org>
Sat, 29 Aug 1998 15:41:49 +0000
(11:41 -0400)
From-SVN: r22087
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index f61d3c8ad03410dfd0d6b2ad88738e30e4848000..63e61055425ffbda7d752bd58a9fd220ff9468cb 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-212,6
+212,9
@@
case "${host}" in
*-*-lynxos*)
host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
;;
+ *-*-aix4.[3456789]* | *-*-aix[56789].*)
+ host_makefile_frag="${host_makefile_frag} config/mh-aix43"
+ ;;
*-*-sysv4*)
host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
;;