diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-04 19:00:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-04 19:00:11 +0200 |
commit | a9bcd98845d4454ce0f0a54c8cfb227dd911402f (patch) | |
tree | d425912dacf794f557a64b3b1ac8f593c11967b4 /toolchain | |
parent | 231c256c60513e21ccbdf59490ab9ccec1cf4cfc (diff) |
fix compile on Darwin
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/elf2flt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |