16 lines
334 B
Makefile
16 lines
334 B
Makefile
# Makefile - hhl - /src/toolchain/musl
|
|
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
|
#
|
|
distname = musl
|
|
distext = gz
|
|
include world.mk
|
|
|
|
export CFLAGS = --sysroot=$(DESTDIR)
|
|
config_opts += --host=$(tgt)
|
|
config_opts += --bindir=/bin
|
|
|
|
include targets.mk
|
|
$(srcdir)/.dirstamp: | $(global_srcdir)
|
|
|
|
$(global_srcdir):
|
|
install -d $@
|