]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: drop obsolete commented out value for TARGET_LDFLAGS
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 29 May 2018 21:29:46 +0000 (14:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Jun 2018 15:54:22 +0000 (16:54 +0100)
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>
meta/conf/bitbake.conf

index 6ecf78b07848b015aa1561b0574d1c01c1e0ccda..15f6da71cc567003dc2e8dc91adc130969d5dd8b 100644 (file)
@@ -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} "