Bug 39 - liboil does not compile with softfloat
Summary: liboil does not compile with softfloat
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 11:21 UTC by Sven Neumann
Modified: 2009-01-19 12:26 UTC (History)
1 user (show)

See Also:
Host:
Target: ARM
Build:


Attachments
patch to change the liboil configure script (1.40 KB, patch)
2009-01-13 11:21 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Neumann 2009-01-13 11:21:16 UTC
Created attachment 13 [details]
patch to change the liboil configure script

liboil, when compiled for the ARM platform, has a check that tests the availability of VFP instructions in gcc and changes the compiler flags to use '-mfpu=vfp'. The use of VFP instructions is however not compatible with softfloat. In order to fix the compilation we had to change the configure script. I will attach our patch here even though I am not sure if this is the correct fix for all buildroot users. It fixes the problem for us though.
Comment 1 Peter Korsgaard 2009-01-19 12:26:55 UTC
Thanks, fixed in r24898.