libretro-uae: fix compilation with gcc10

This commit is contained in:
Jernej Skrabec 2020-06-23 00:09:39 +02:00
parent e3369acebd
commit ed5b9de6ea

View File

@ -16,6 +16,7 @@ PKG_LIBPATH="$PKG_LIBNAME"
PKG_LIBVAR="UAE_LIB"
pre_configure_target() {
CFLAGS="$CFLAGS -fcommon"
if [ "$TARGET_ARCH" = "arm" ]; then
CFLAGS="$CFLAGS -DARM -marm"
fi