bitbake.conf: removing trailing space from TARGET_HASH to attempt to
authorKoen Kooi <koen@openembedded.org>
Thu, 16 Oct 2008 07:14:44 +0000 (09:14 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 16 Oct 2008 07:14:44 +0000 (09:14 +0200)
fix bug4733

conf/bitbake.conf

index 656edea..071c1ef 100644 (file)
@@ -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"