mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 15:45:37 +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:
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user