mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
3008bb6945
This merges pull request #99 by @blackwellops and removes the ./bootstrap script since the musl-cross can be built as part of the normal dependency tree.
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
modules += musl-cross
|
|
|
|
musl-cross_version := git
|
|
musl-cross_dir := musl-cross-$(musl-cross_version)
|
|
musl-cross_repo := https://github.com/GregorR/musl-cross
|
|
|
|
musl-cross_output := $(pwd)/crossgcc/x86_64-linux-musl/bin/x86_64-linux-musl-gcc
|
|
|
|
musl-cross_configure := \
|
|
echo > Makefile -n \
|
|
'$(musl-cross_output):\n\tCC_BASE_PREFIX="$(pwd)/crossgcc" ./build.sh'
|
|
|
|
musl-cross_target :=
|
|
|