diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 17:39:49 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-14 17:39:49 +0100 |
commit | f9262fabad55217eaeb0d19c9350100fa92b46c4 (patch) | |
tree | e772c8520742481efb1484d631dc26ce926f0f99 /meta/conf/bitbake.conf | |
parent | f60aa088b3cd00dcf60e499f789981970f05ed89 (diff) | |
download | poky-f9262fabad55217eaeb0d19c9350100fa92b46c4.tar.gz |
bitbake.conf: Update sdk build flags after layout changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 492ed9678a..ea584097e4 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -427,7 +427,10 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \ | |||
427 | 427 | ||
428 | BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ | 428 | BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ |
429 | -Wl,-rpath-link,${STAGING_LIBDIR} \ | 429 | -Wl,-rpath-link,${STAGING_LIBDIR} \ |
430 | -Wl,-rpath,${libdir} -Wl,-O1" | 430 | -Wl,-rpath,${libdir} -Wl,-O1 \ |
431 | -L${STAGING_DIR_HOST}${base_libdir} \ | ||
432 | -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \ | ||
433 | -Wl,-rpath,${base_libdir} -Wl,-O1" | ||
431 | 434 | ||
432 | export LDFLAGS = "${TARGET_LDFLAGS}" | 435 | export LDFLAGS = "${TARGET_LDFLAGS}" |
433 | export TARGET_LDFLAGS = "-Wl,-O1" | 436 | export TARGET_LDFLAGS = "-Wl,-O1" |