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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 22 14:05:09 UTC 2016


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

commit 9513d89cfa9d2cdf4d162f83b7ba9684091b5ff0
Author: Fahad Usman <fahad_usman at mentor.com>
AuthorDate: Fri Aug 19 15:36:38 2016 +0500

    testfloat: Fix No GNU_HASH in the elf binary warnings
    
    These warnings are observed when testfloat is cross-compiled with certain
    external toolchains.
    
    Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch b/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
index cc124b3..71ca343 100644
--- a/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
+++ b/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
@@ -79,7 +79,7 @@ index 0000000..a89326a
 +  ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \
 +    $(C_INCLUDES) -O3 -o $@
 +MAKELIB = ${AR} crs $@
-+LINK = ${CC} -o $@
++LINK = ${CC} -o $@ ${LDFLAGS}
 +OTHER_LIBS = -lm
 +
 +OBJ = .o

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


More information about the Openembedded-commits mailing list