Bug 9011

Summary: UCLIBC_HAS_FPU should be always selected when TARGET_ARCH=x86_64
Product: uClibc Reporter: Angelo Gargantini <angelo.gargantini>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Angelo Gargantini 2016-06-17 13:34:11 UTC
When compiling for x86_64, the option in menuconfig UCLIBC_HAS_FPU is useless, since the results is always like UCLIBC_HAS_FPU has been selected. I'd propose to add the following line:
select UCLIBC_HAS_FPU
under the entry:
config FORCE_OPTIONS_FOR_ARCH
In this way the user finds the option already selected.
thanks
Angel Gargantini
University of Bergamo 
Italy