(ARM NEON) Define -marm for --enable-neon

This commit is contained in:
twinaphex 2013-07-13 15:03:35 +02:00
parent f2314e918b
commit 397926bcf8

View File

@ -34,8 +34,8 @@ if [ "$HAVE_VIDEOCORE" = 'yes' ]; then
fi
if [ "$HAVE_NEON" = "yes" ]; then
CFLAGS="$CFLAGS -mfpu=neon"
CXXFLAGS="$CXXFLAGS -mfpu=neon"
CFLAGS="$CFLAGS -mfpu=neon -marm"
CXXFLAGS="$CXXFLAGS -mfpu=neon -marm"
ASFLAGS="$ASFLAGS -mfpu=neon"
fi