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:
Fahad Usman
2016-08-19 15:36:38 +05:00
committed by Martin Jansa
parent dc48e768f5
commit 8579f185f0
@@ -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