Re: [PATCH] amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags

2020-02-06 Thread Alex Deucher
On Thu, Feb 6, 2020 at 2:21 PM Daniel Kolesa wrote: > > On PowerPC, the compiler will tag object files with whether they > use hard or soft float FP ABI and whether they use 64 or 128-bit > long double ABI. On systems with 64-bit long double ABI, a tag > will get emitted whenever a double is

[PATCH] amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags

2020-02-06 Thread Daniel Kolesa
On PowerPC, the compiler will tag object files with whether they use hard or soft float FP ABI and whether they use 64 or 128-bit long double ABI. On systems with 64-bit long double ABI, a tag will get emitted whenever a double is used, as on those systems a long double is the same as a double.