From 6b63716262b89bec53402817876116898936d5f4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 23 Nov 2012 20:02:29 +0000 Subject: add preliminary support for musl Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli SVN-Revision: 34314 --- toolchain/musl/headers/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 toolchain/musl/headers/Makefile (limited to 'toolchain/musl/headers') diff --git a/toolchain/musl/headers/Makefile b/toolchain/musl/headers/Makefile new file mode 100644 index 0000000000..21e6b3bd15 --- /dev/null +++ b/toolchain/musl/headers/Makefile @@ -0,0 +1,16 @@ +PATH_PREFIX:=.. + +include ../common.mk + +HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed + +define Host/Compile + +endef + +define Host/Install +endef + +$(eval $(call HostBuild)) + -- cgit v1.2.3