Skip to content

Commit

Permalink
Temporarely remove caching from linuxboot#984 causing binaries to be …
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Mar 23, 2021
1 parent b4b055f commit 9f6e86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/musl-cross
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +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 ; \
#tar xvf ../../blobs/musl-cross.config.cache.tgz ; \

CROSS_PATH ?= $(pwd)/crossgcc

Expand Down

0 comments on commit 9f6e86d

Please sign in to comment.