summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-16 09:14:44 +0200
committerKoen Kooi <koen@openembedded.org>2008-10-16 09:14:44 +0200
commitd68a47a362432b6c2c094501fa14877bf9d41edb (patch)
tree826627a55513fadbf91a6f44b4fb6b4175884c0f /conf/bitbake.conf
parentfa690d1b82fcb7446c8e435bed7c02ef69df856b (diff)
bitbake.conf: removing trailing space from TARGET_HASH to attempt to
fix bug4733
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 656edea2b9..071c1efdc9 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -404,7 +404,7 @@ export LDFLAGS = "${TARGET_LDFLAGS}"
export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
-Wl,-rpath-link,${STAGING_DIR_TARGET}${layout_libdir} \
-Wl,-O1 \
- ${TARGET_LINK_HASH_STYLE} "
+ ${TARGET_LINK_HASH_STYLE}"
# Which flags to leave by strip-flags() in bin/build/oebuild.sh ?
ALLOWED_FLAGS = "-O -mcpu -march -pipe"