Update crosstool-ng to 1.24, update arm64 and newer base image

This commit is contained in:
2021-05-07 00:59:07 +02:00
parent b31b269fec
commit 2cc0a157d7
10 changed files with 555 additions and 251 deletions

View File

@ -325,7 +325,7 @@ $(STANDARD_IMAGES): %: %/Dockerfile base
.SECONDEXPANSION:
$(addsuffix .test,$(STANDARD_IMAGES)): $$(basename $$@)
$(DOCKER) run $(RM) dockcross/$(basename $@) > $(BIN)/dockcross-$(basename $@) && chmod +x $(BIN)/dockcross-$(basename $@)
$(BIN)/dockcross-$(basename $@) python test/run.py $($@_ARGS)
$(BIN)/dockcross-$(basename $@) python3 test/run.py $($@_ARGS)
#
# testing prerequisites implicit rule