diff options
author | Fahad Usman <fahad_usman@mentor.com> | 2016-08-19 15:36:38 +0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 18:21:58 +0200 |
commit | 8579f185f014892b325368e2eb0d97fdccc8f04b (patch) | |
tree | 2b6b3ca684b282a4b81a49791c92c3418dee4efa /meta-oe | |
parent | dc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (diff) | |
download | meta-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.patch | 2 |
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 |