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:
8806f7b
)
add decstation host makefile frag
author
K. Richard Pixley
<rich@cygnus>
Tue, 10 Dec 1991 08:10:33 +0000
(08:10 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Tue, 10 Dec 1991 08:10:33 +0000
(08:10 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d9bad5432a8a2417d225f1e040de536904ab39ed..6fb6b274e9bb96f63d3226862269bd64f16db6fd 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
+ * configure.in: add decstation host makefile frag.
+
* Makefile.in: BISON now bison -y again.
Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
diff --git
a/configure.in
b/configure.in
index e81b524bafeb36fb42d955083433fd59a2e9b78a..4a8f850cf1a81c9fb59cdce0a81eabe0e7c2dd7e 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-15,6
+15,7
@@
case "${host_os}" in
m88kbcs) host_makefile_frag=config/mh-delta88;;
sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
svr4) host_makefile_frag=config/mh-svr4 ;;
+ultrix) host_makefile_frag=config/mh-decstation ;;
esac
case "${host_vendor}" in