projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30114e
)
Fix bug where script was referencing host_arch instead of host_cpu.
author
Stu Grossman
<grossman@cygnus>
Tue, 19 Nov 1991 22:50:38 +0000
(22:50 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 19 Nov 1991 22:50:38 +0000
(22:50 +0000)
readline/configure.in
patch
|
blob
|
history
diff --git
a/readline/configure.in
b/readline/configure.in
index 4006e70accc0e63c7b7e449b9cee04d497731172..e56aab61c6ccc864d50c7c11002e6d880731b339 100644
(file)
--- a/
readline/configure.in
+++ b/
readline/configure.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: