From: Koen Kooi Date: Thu, 16 Oct 2008 07:14:44 +0000 (+0200) Subject: bitbake.conf: removing trailing space from TARGET_HASH to attempt to X-Git-Tag: Release-2010-05/1~5766^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68a47a362432b6c2c094501fa14877bf9d41edb;p=openembedded.git bitbake.conf: removing trailing space from TARGET_HASH to attempt to fix bug4733 --- 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"