mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +00:00
(ARM NEON) Define -marm for --enable-neon
This commit is contained in:
parent
d35b806f98
commit
1e83c59823
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user