svn commit: trunk/buildroot/toolchain/elf2flt

vapier at uclibc.org vapier at uclibc.org
Sat Apr 29 04:08:27 UTC 2006


Author: vapier
Date: 2006-04-28 21:08:25 -0700 (Fri, 28 Apr 2006)
New Revision: 14958

Log:
fix by hootsmon to make sure the includes are found properly #855

Modified:
   trunk/buildroot/toolchain/elf2flt/elf2flt.mk


Changeset:
Modified: trunk/buildroot/toolchain/elf2flt/elf2flt.mk
===================================================================
--- trunk/buildroot/toolchain/elf2flt/elf2flt.mk	2006-04-28 20:02:29 UTC (rev 14957)
+++ trunk/buildroot/toolchain/elf2flt/elf2flt.mk	2006-04-29 04:08:25 UTC (rev 14958)
@@ -25,6 +25,7 @@
 	(cd $(ELF2FLT_DIR); rm -rf config.cache; \
 		$(ELF2FLT_DIR)/configure \
 		--with-bfd-include-dir=$(BINUTILS_DIR1)/bfd/ \
+               --with-binutils-include-dir=$(BINUTILS_DIR)/include/ \
 		--target=$(REAL_GNU_TARGET_NAME) \
 		--with-libbfd=$(BINUTILS_DIR1)/bfd/libbfd.a \
 		--with-libiberty=$(BINUTILS_DIR1)/libiberty/libiberty.a \




More information about the uClibc-cvs mailing list