mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Place HAVE_NEON before HAVE_FLOATHARD and HAVE_FLOATSOFT
This commit is contained in:
parent
1c17baa4c1
commit
5e508c7a34
@ -33,6 +33,12 @@ if [ "$HAVE_VIDEOCORE" = 'yes' ]; then
|
|||||||
EXTRA_GL_LIBS="-lGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
EXTRA_GL_LIBS="-lGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$HAVE_NEON" = "yes" ]; then
|
||||||
|
CFLAGS="$CFLAGS -mfpu=neon"
|
||||||
|
CXXFLAGS="$CXXFLAGS -mfpu=neon"
|
||||||
|
ASFLAGS="$ASFLAGS -mfpu=neon"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_FLOATHARD" = "yes" ]; then
|
if [ "$HAVE_FLOATHARD" = "yes" ]; then
|
||||||
CFLAGS="$CFLAGS -mfloat-abi=hard"
|
CFLAGS="$CFLAGS -mfloat-abi=hard"
|
||||||
CXXFLAGS="$CXXFLAGS -mfloat-abi=hard"
|
CXXFLAGS="$CXXFLAGS -mfloat-abi=hard"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user