From 60ee5f6e1eba32cc0aafb01614649038f703ef5a Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 11 Dec 2018 15:57:32 +0000 Subject: [PATCH] Make `make all-toolchain' also build sos, ssp, and xml. These are needed in the cross-compiler during cross-host. --- src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index b65fac611..5dd06c274 100644 --- 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 -- 2.25.1