mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libretro-uae: fix compilation with gcc10
This commit is contained in:
parent
e3369acebd
commit
ed5b9de6ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user