From a9bcd98845d4454ce0f0a54c8cfb227dd911402f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 May 2015 19:00:11 +0200 Subject: fix compile on Darwin --- toolchain/elf2flt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index e51546537..c23c0cc11 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -21,7 +21,7 @@ endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: - (cd $(WRKBUILD); ./configure --prefix=$(STAGING_HOST_DIR)/usr \ + (cd $(WRKBUILD); CPPFLAGS="-idirafter ${ADK_TOPDIR}/adk/include" ./configure --prefix=$(STAGING_HOST_DIR)/usr \ --target=$(GNU_TARGET_NAME) \ --with-bfd-include-dir=$(TOOLCHAIN_BUILD_DIR)/w-binutils-${BINUTILS_VERSION}-1/binutils-${BINUTILS_VERSION}/bfd \ --with-binutils-include-dir=$(TOOLCHAIN_BUILD_DIR)/w-binutils-${BINUTILS_VERSION}-1/binutils-${BINUTILS_VERSION}/include \ -- cgit v1.2.3