diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-16 09:52:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-16 09:52:02 +0200 |
commit | ca73c431001e6bceb8ae4af11b8651bbe8333f82 (patch) | |
tree | 6fff5a167e15ccee79179c6a11cbf77c4d16e58a | |
parent | a765a58dfd410eef8147e2e6ad1d0e4cef922c58 (diff) | |
parent | d68a47a362432b6c2c094501fa14877bf9d41edb (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r-- | conf/bitbake.conf | 2 |
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" |