From 8579f185f014892b325368e2eb0d97fdccc8f04b Mon Sep 17 00:00:00 2001 From: Fahad Usman Date: Fri, 19 Aug 2016 15:36:38 +0500 Subject: 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 Signed-off-by: Martin Jansa --- .../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 cc124b3c57..71ca343cc0 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 -- cgit v1.2.3-54-g00ecf