mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
testfloat: Fix No GNU_HASH in the elf binary warnings
These warnings are observed when testfloat is built 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
c4ea81241b
commit
8885e4a2f1
@@ -20,6 +20,8 @@ SRC_URI[SoftFloat.sha256sum] = "946fd23180559d60eb6683dda1cf8b142f5426dedfefb97b
|
|||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
do_compile(){
|
do_compile(){
|
||||||
oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/
|
oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/
|
||||||
oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/
|
oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/
|
||||||
|
|||||||
Reference in New Issue
Block a user