Comment 16 for bug 1304267

Revision history for this message
Zhenqiang Chen (zhenqiang-chen) wrote : Re: [Bug 1304267] Re: Linaro arm linux gnueabihf gcc always add Tag_FP_arch: VFPv3-D16 when building .S file with -mfloat-abi=soft

On 11 April 2014 16:25, changyp <email address hidden> wrote:
> Hi Zhengqiang,
>
> Thanks for your reply!
>
> I removed "-Wa,-mfpu=softvfp", but result is the same.
> But, if I also remove "-mfpu=vfpv3", xgcc -print-multi-directory can
> work correctly, both armv6k-linux-gnueabi and armv7a-linux-gnueabi can
> be printed.
>
> Are there any constrains on MULTILIB_OPTIONS ? Or is this a bug
> related to gcc multilib option parsing?

I do not know. Multilib is always mess. If you think it it a bug,
please reproduce the issue based on a clean gcc trunk and raise to gcc
upstream.

Thanks!
-Zhenqiang