diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-29 14:29:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-03 16:54:22 +0100 |
commit | d47245b038d27aa5228052af71d973b9ac1c3a46 (patch) | |
tree | bb3449aeba7df1f343e61a6f246d2f22273f4e91 | |
parent | 8b207c2445d8c192735e3652c820cb0f5c599c49 (diff) | |
download | openembedded-core-d47245b038d27aa5228052af71d973b9ac1c3a46.tar.gz openembedded-core-d47245b038d27aa5228052af71d973b9ac1c3a46.tar.bz2 openembedded-core-d47245b038d27aa5228052af71d973b9ac1c3a46.zip |
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
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6ecf78b078..15f6da71cc 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_ export LDFLAGS = "${TARGET_LDFLAGS}" export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" -#export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${libdir} \ -# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \ -# -Wl,-O1" # Pass parallel make options to the compile task EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " |