mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
dc48e768f5
commit
8579f185f0
+1
-1
@@ -79,7 +79,7 @@ index 0000000..a89326a
|
|||||||
+ ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \
|
+ ${CC} -c -Werror-implicit-function-declaration $(TESTFLOAT_OPTS) \
|
||||||
+ $(C_INCLUDES) -O3 -o $@
|
+ $(C_INCLUDES) -O3 -o $@
|
||||||
+MAKELIB = ${AR} crs $@
|
+MAKELIB = ${AR} crs $@
|
||||||
+LINK = ${CC} -o $@
|
+LINK = ${CC} -o $@ ${LDFLAGS}
|
||||||
+OTHER_LIBS = -lm
|
+OTHER_LIBS = -lm
|
||||||
+
|
+
|
||||||
+OBJ = .o
|
+OBJ = .o
|
||||||
|
|||||||
Reference in New Issue
Block a user