[Buildroot] svn commit: trunk/buildroot/package

sjhill at uclibc.org sjhill at uclibc.org
Mon May 7 04:01:25 UTC 2007


Author: sjhill
Date: 2007-05-06 21:01:24 -0700 (Sun, 06 May 2007)
New Revision: 18576

Log:
Add another include path to the CFLAGS.


Modified:
   trunk/buildroot/package/Makefile.in


Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in	2007-05-07 04:01:07 UTC (rev 18575)
+++ trunk/buildroot/package/Makefile.in	2007-05-07 04:01:24 UTC (rev 18576)
@@ -22,7 +22,7 @@
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
 TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING)
 else
-TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) -I$(STAGING_DIR)/include -I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include
+TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include
 TARGET_LDFLAGS=-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib
 endif
 HOSTCC:=gcc




More information about the buildroot mailing list