summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-29 21:41:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-29 21:41:08 +0000
commit849311c8df9f69842e5387852b68c6a4a593fcef (patch)
treec37da0a4795ad4878394b024d95e0bffd2ef6fa3 /meta/conf/bitbake.conf
parent454311f20fa637d059ddecd583784478822470d4 (diff)
downloadpoky-849311c8df9f69842e5387852b68c6a4a593fcef.tar.gz
bitbake.conf: Remove more hardcoded staging layout
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3031 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8acc95f9b3..e5948e6df8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -334,7 +334,7 @@ PATCHRESOLVE = 'user'
334 334
335export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" 335export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}"
336export CPPFLAGS = "${TARGET_CPPFLAGS}" 336export CPPFLAGS = "${TARGET_CPPFLAGS}"
337export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}/include" 337export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}${layout_includedir}"
338 338
339export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}" 339export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}"
340export CFLAGS = "${TARGET_CFLAGS}" 340export CFLAGS = "${TARGET_CFLAGS}"
@@ -348,8 +348,8 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \
348 -Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} \ 348 -Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} \
349 -Wl,-rpath,${STAGING_LIBDIR_NATIVE} -Wl,-O1" 349 -Wl,-rpath,${STAGING_LIBDIR_NATIVE} -Wl,-O1"
350export LDFLAGS = "${TARGET_LDFLAGS}" 350export LDFLAGS = "${TARGET_LDFLAGS}"
351export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}/lib \ 351export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
352 -Wl,-rpath-link,${STAGING_DIR_TARGET}/lib \ 352 -Wl,-rpath-link,${STAGING_DIR_TARGET}${layout_libdir} \
353 -Wl,-O1" 353 -Wl,-O1"
354 354
355# Which flags to leave by strip-flags() in bin/build/oebuild.sh ? 355# Which flags to leave by strip-flags() in bin/build/oebuild.sh ?