summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-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 cc124b3c5..71ca343cc 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
79+ ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \ 79+ ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \
80+ $(C_INCLUDES) -O3 -o $@ 80+ $(C_INCLUDES) -O3 -o $@
81+MAKELIB = ${AR} crs $@ 81+MAKELIB = ${AR} crs $@
82+LINK = ${CC} -o $@ 82+LINK = ${CC} -o $@ ${LDFLAGS}
83+OTHER_LIBS = -lm 83+OTHER_LIBS = -lm
84+ 84+
85+OBJ = .o 85+OBJ = .o