[oe] [meta-oe][PATCH] testfloat: Fix No GNU_HASH in the elf binary warnings

Usman, Fahad Fahad_Usman at mentor.com
Thu Aug 18 18:25:50 UTC 2016


On 08/18/2016 10:42 PM, Khem Raj wrote:
>> On Aug 18, 2016, at 6:05 AM, Fahad Usman <fahad_usman at mentor.com> wrote:
>>
>> These warnings are observed when testfloat is built with certain
>> external toolchains.
>>
>> Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
>> ---
>> meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
>> index 28e9677..bb6e2ae 100644
>> --- a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
>> +++ b/meta-oe/recipes-extended/testfloat/testfloat_3a.bb
>> @@ -20,6 +20,8 @@ SRC_URI[SoftFloat.sha256sum] = "946fd23180559d60eb6683dda1cf8b142f5426dedfefb97b
>>
>> S = "${WORKDIR}"
>>
>> +TARGET_CC_ARCH += "${LDFLAGS}”
> it probably is not using LDFLAGS for linking cmline in makefile
> I think that will be an upstreamable fix.
Yes, it doesn't use LDFLAGS in the LINK command in Makefile, I'll make a 
patch for Makefile.

Thanks.
>
>> +
>> do_compile(){
>>      oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/
>>      oe_runmake -C TestFloat-${PV}/build/Linux-Cross-Compile/
>> --
>> 2.8.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>




More information about the Openembedded-devel mailing list