mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 18:55:02 +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) \
|
||||
+ $(C_INCLUDES) -O3 -o $@
|
||||
+MAKELIB = ${AR} crs $@
|
||||
+LINK = ${CC} -o $@
|
||||
+LINK = ${CC} -o $@ ${LDFLAGS}
|
||||
+OTHER_LIBS = -lm
|
||||
+
|
||||
+OBJ = .o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user