aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/testfloat
diff options
context:
space:
mode:
authorFahad Usman <fahad_usman@mentor.com>2016-08-19 15:36:38 +0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-31 18:21:58 +0200
commit8579f185f014892b325368e2eb0d97fdccc8f04b (patch)
tree2b6b3ca684b282a4b81a49791c92c3418dee4efa /meta-oe/recipes-extended/testfloat
parentdc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (diff)
downloadmeta-openembedded-8579f185f014892b325368e2eb0d97fdccc8f04b.tar.gz
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@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/testfloat')
-rw-r--r--meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch2
1 files changed, 1 insertions, 1 deletions
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