X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2FMakefile;h=935d646506e647402b86b27313514a9beae97eca;hb=5b99c972f3994cd19a04ac57caaf20da96a6aa14;hp=831ea4da1ab4954f898e0423dd94d298ea9bd032;hpb=d302478cf4288d89e92fd7236c7715ffd59c447c;p=tpg%2Facess2.git diff --git a/Externals/cross-compiler/Makefile b/Externals/cross-compiler/Makefile index 831ea4da..935d6465 100644 --- a/Externals/cross-compiler/Makefile +++ b/Externals/cross-compiler/Makefile @@ -35,6 +35,7 @@ $(BDIR_GCC)/Makefile: Makefile $(addprefix $(GCC_DIR)/,$(GCC_CHANGES)) $(GCC_DIR $(PREFIX)/bin/$(TARGET)-gcc: $(BDIR_GCC)/Makefile @$(ENVVARS) make -C $(BDIR_GCC) $(GCC_TARGETS:%=all-%) -j $(PARLEVEL) + #@$(ENVVARS) make -C $(BDIR_GCC)/libstdc++-v3/ all-target-libsupc++ -j $(PARLEVEL) @$(ENVVARS) make -C $(BDIR_GCC) $(GCC_TARGETS:%=install-%)