mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
fix target for non-external cross compiler build (issue #162)
This commit is contained in:
parent
7e52951715
commit
f01e4076a0
@ -28,12 +28,13 @@ musl-cross_version := git
|
||||
musl-cross_dir := musl-cross-$(musl-cross_version)
|
||||
musl-cross_repo := https://github.com/GregorR/musl-cross
|
||||
|
||||
CROSS := $(build)/../crossgcc/x86_64-linux-musl/bin/x86_64-musl-linux-
|
||||
musl-cross_output := $(CROSS)gcc
|
||||
|
||||
musl-cross_configure := \
|
||||
/bin/echo -e > Makefile \
|
||||
'$(musl-cross_output):\n\tCC_BASE_PREFIX="$(pwd)/crossgcc" ./build.sh'
|
||||
|
||||
CROSS := $(build)/../crossgcc/x86_64-linux-musl/bin/x86_64-musl-linux-
|
||||
musl-cross_output := $(CROSS)gcc
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user