summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-05-29 14:29:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-02 11:41:25 +0100
commit93c6b789ef06d27e61f238070222a729a64f185a (patch)
tree99a129bcc39555181c146fdd8cb01fa852e6163e /meta/conf
parent20d625c69cc51180c549c1cc94f80ec326e201c5 (diff)
downloadpoky-93c6b789ef06d27e61f238070222a729a64f185a.tar.gz
bitbake.conf: drop obsolete commented out value for TARGET_LDFLAGS
The commented out value for TARGET_LDFLAGS dates back to the switch to sysroot enabled toolchains in 2007 and is now obsolete. http://git.openembedded.org/openembedded-core/commit/?id=ba2e1f4d933c37b372d6749d64614f2510ee9d7b (From OE-Core rev: d47245b038d27aa5228052af71d973b9ac1c3a46) (From OE-Core rev: 963ce2f8c68d4c82011aaae13ac109bdaacdaaf2) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a21b7282fb..cd0f249e65 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -587,9 +587,6 @@ TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][d.getVar('LINKER_HASH_
587 587
588export LDFLAGS = "${TARGET_LDFLAGS}" 588export LDFLAGS = "${TARGET_LDFLAGS}"
589export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" 589export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}"
590#export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${libdir} \
591# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \
592# -Wl,-O1"
593 590
594# Pass parallel make options to the compile task 591# Pass parallel make options to the compile task
595EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " 592EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "