Commit 468f10f9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: do not force the software float ABI on ARM

The toolchain defaults should be correct for the target. This fixes
builds on systems using the VFP registers ("hard-float").
parent b3038949
......@@ -263,8 +263,6 @@ case $TARGET in
EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CFLAGS="$EXTRA_CFLAGS -mfpu=neon -mfloat-abi=softfp"
EXTRA_CFLAGS="$EXTRA_CFLAGS -O3 -fno-tree-vectorize"
else
EXTRA_CFLAGS="-msoft-float"
fi
;;
*86_64*linux*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment