mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
c40748aa25
This addresses multiple issues: * Issue #63: initrd is build fresh each time, so tracked files do not matter. * Issue #144: build time configuration * Issue #123: allows us to customize the startup experience * Issue #122: manual start-xen will go away * Issue #25: tpmtotp PCRs are updated after reading the secret * Issue #16: insmod now meaures modules
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
modules-y += 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 := ../../crossgcc/x86_64-linux-musl/bin/x86_64-linux-musl-gcc
|
|
|
|
musl-cross_configure := \
|
|
/bin/echo -e > Makefile \
|
|
'$(musl-cross_output):\n\tCC_BASE_PREFIX="$(pwd)/crossgcc" ./build.sh'
|
|
|
|
musl-cross_target :=
|
|
|