[oe-commits] [meta-openembedded] 43/50: testfloat: Fix No GNU_HASH in the elf binary warnings

git at git.openembedded.org git at git.openembedded.org
Mon Aug 22 13:57:47 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 8885e4a2f17b4573e47cab575cd4428345d29a11
Author: Fahad Usman <fahad_usman at mentor.com>
AuthorDate: Thu Aug 18 18:05:56 2016 +0500

    testfloat: Fix No GNU_HASH in the elf binary warnings
    
    These warnings are observed when testfloat is built with certain
    external toolchains.
    
    Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
index 28e9677..bb6e2ae 100644
--- a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
+++ b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
@@ -20,6 +20,8 @@ SRC_URI[SoftFloat.sha256sum] = "946fd23180559d60eb6683dda1cf8b142f5426dedfefb97b
 
 S = "${WORKDIR}"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_compile(){
     oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/
     oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/

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


More information about the Openembedded-commits mailing list