Bug 9011 - UCLIBC_HAS_FPU should be always selected when TARGET_ARCH=x86_64
Summary: UCLIBC_HAS_FPU should be always selected when TARGET_ARCH=x86_64
Status: NEW
Alias: None
Product: uClibc
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 13:34 UTC by Angelo Gargantini
Modified: 2016-06-17 13:34 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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