projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6602e4
)
Make `make all-toolchain' also build sos, ssp, and xml.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 11 Dec 2018 15:57:32 +0000
(15:57 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Tue, 11 Dec 2018 16:00:08 +0000
(16:00 +0000)
These are needed in the cross-compiler during cross-host.
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index b65fac611653b48eb7639abc454fb9a93e391dda..5dd06c274cc53787504a5d92ae4b70577e682f2d 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-137,7
+137,10
@@
all-toolchain: all-cref
all-toolchain: all-ffi
all-toolchain: all-runtime
all-toolchain: all-sf
+all-toolchain: all-sos
+all-toolchain: all-ssp
all-toolchain: all-star-parser
+all-toolchain: all-xml
# XXX This should really depend on microcode/gen-nonce and
# microcode/extract-liarc-decls instead of microcode/scheme, but