mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
musl-cross: cache the config output to speed up the build
This commit is contained in:
parent
820fcf4be4
commit
01890ae99b
BIN
blobs/musl-cross.config.cache.tgz
Normal file
BIN
blobs/musl-cross.config.cache.tgz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user