summaryrefslogtreecommitdiff
path: root/packages/liboil/liboil-0.3.15/autotools.patch
AgeCommit message (Collapse)AuthorFiles
2008-09-25liboil: fix arm vfp stuffHenning Heinold1
* the only for vfp is in liboil/arm/math_vfp.c and math_vfp_asm.S it is only triggered when __VFP_FP__ is defined, which I belief is set when gcc is called with -mfpu=vfp * so removing the whole VFP_CLFAGS stuff from configure.ac because our cpu tune options does this fine for us * bump PR
2008-09-24liboil: fix compilation for armv4 and softfloatHenning Heinold1
* add patch with softfloat configure option from cacao * do the same in the recipe * bump PR