summaryrefslogtreecommitdiff
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-17 14:28:56 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-17 14:28:56 +0000
commitd10521316af419f718ae23ae8b489f43674a39ec (patch)
tree39d64bbfa5f358ab6f1049064475b7685199d6d7 /meta/conf
parent9a3cb74139956446d88ffabbdd8c6981b94a6532 (diff)
downloadopenembedded-core-d10521316af419f718ae23ae8b489f43674a39ec.tar.gz
openembedded-core-d10521316af419f718ae23ae8b489f43674a39ec.tar.bz2
openembedded-core-d10521316af419f718ae23ae8b489f43674a39ec.tar.xz
openembedded-core-d10521316af419f718ae23ae8b489f43674a39ec.zip
sdk.bbclass: Set CPPFLAGS and CFLAGS correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3509 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e392395d6..1e6fc19b7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -353,11 +353,13 @@ PATCHRESOLVE = 'user'
##################################################################
export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}"
+BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}"
export CPPFLAGS = "${TARGET_CPPFLAGS}"
export TARGET_CPPFLAGS = ""
#export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}${layout_includedir}"
export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}"
+BUILDSDK_CFLAGS = "${BUILDSDK_CPPFLAGS} ${BUILD_OPTIMIZATION}"
export CFLAGS = "${TARGET_CFLAGS}"
export TARGET_CFLAGS = "${TARGET_CPPFLAGS} ${SELECTED_OPTIMIZATION}"