[oe-commits] org.oe.dreambox conf/bitbake.conf: replace -isystem with -I to work around unknown host toolchain problem

tmbinc commit openembedded-commits at lists.openembedded.org
Sun Sep 17 21:37:49 UTC 2006


conf/bitbake.conf: replace -isystem with -I to work around unknown host toolchain problem

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 662c23496525675a53ea750673fe14713f0068f7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=662c23496525675a53ea750673fe14713f0068f7
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r58fb39ec6affc4c4c4238579f54fded2e4908368 -r662c23496525675a53ea750673fe14713f0068f7
#
# 
# 
# patch "conf/bitbake.conf"
#  from [9bd342a6265a8324bf0b5aeabc9166a69966c598]
#    to [7eb756ba5a3370d78abeaed2da6641afa2df93f8]
# 
============================================================
--- conf/bitbake.conf	9bd342a6265a8324bf0b5aeabc9166a69966c598
+++ conf/bitbake.conf	7eb756ba5a3370d78abeaed2da6641afa2df93f8
@@ -249,9 +249,9 @@ PATCHRESOLVE = 'user'
 # Build flags and options.
 ##################################################################
 
-export BUILD_CPPFLAGS = "-isystem${STAGING_DIR}/${BUILD_SYS}/include"
+export BUILD_CPPFLAGS = "-I ${STAGING_DIR}/${BUILD_SYS}/include"
 export CPPFLAGS = "${TARGET_CPPFLAGS}"
-export TARGET_CPPFLAGS = "-isystem${STAGING_DIR}/${TARGET_SYS}/include"
+export TARGET_CPPFLAGS = "-I ${STAGING_DIR}/${TARGET_SYS}/include"
 
 export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}"
 export CFLAGS = "${TARGET_CFLAGS}"






More information about the Openembedded-commits mailing list