[oe] [meta-oe][PATCH] testfloat: Fix No GNU_HASH in the elf binary warnings

Fahad Usman fahad_usman at mentor.com
Thu Aug 18 13:05:56 UTC 2016


These warnings are observed when testfloat is built with certain
external toolchains.

Signed-off-by: Fahad Usman <fahad_usman at mentor.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/
-- 
2.8.1




More information about the Openembedded-devel mailing list