[oe-commits] [openembedded-core] 12/68: bitbake.conf: drop obsolete commented out value for TARGET_LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:46:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 963ce2f8c68d4c82011aaae13ac109bdaacdaaf2
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue May 29 14:29:46 2018 -0700

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/conf/bitbake.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a21b728..cd0f249 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} "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list