diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-29 14:29:46 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:14:59 +0100 |
| commit | 77a0b5e9a4c2f5a4a1e5e68fa7e871b775341b70 (patch) | |
| tree | e37f06fe2d0e2136b43c12426b0938f1845b8e85 | |
| parent | b18448902f3a9cfb34cbbcc24b2a2b97ca2da4b9 (diff) | |
| download | poky-77a0b5e9a4c2f5a4a1e5e68fa7e871b775341b70.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)
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_ | |||
| 587 | 587 | ||
| 588 | export LDFLAGS = "${TARGET_LDFLAGS}" | 588 | export LDFLAGS = "${TARGET_LDFLAGS}" |
| 589 | export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" | 589 | export 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 |
| 595 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " | 592 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " |
