Make `make all-toolchain' also build sos, ssp, and xml.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 11 Dec 2018 15:57:32 +0000 (15:57 +0000)
committerTaylor 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

index b65fac611653b48eb7639abc454fb9a93e391dda..5dd06c274cc53787504a5d92ae4b70577e682f2d 100644 (file)
@@ -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