Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-26 | liboil: don't build examples | Peter Korsgaard | |
2009-01-18 | The liboil Makefile will use "-mcpu=vfp" when building for ARM. | Ulf Samuelsson | |
The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS. |