musl-cross: cache the config output to speed up the build

This commit is contained in:
Trammell Hudson 2021-03-02 12:54:41 +00:00
parent 820fcf4be4
commit 01890ae99b
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -40,6 +40,7 @@ musl-cross_configure := \
/bin/echo -e >> Makefile '\t$$$$''(MAKE) TARGET=x86_64-linux-musl install' ; \
/bin/echo -e >> Makefile 'musl-i386: extract_all' ; \
/bin/echo -e >> Makefile '\t$$$$''(MAKE) TARGET=i386-linux-musl install' ; \
tar xvf ../../blobs/musl-cross.config.cache.tgz ; \
CROSS_PATH ?= $(pwd)/crossgcc