Skip to content

configure: fix arm vfpv2

Rodrigo Muino Tomonari requested to merge github/fork/joerg-krause/master into master

The gcc -mfpu flag for VFPv2 is vfp, not vfpv2 (there is no vfpv2) [1].

[1] https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

Merge request reports

Loading