mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 01:17:49 +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"
|
PKG_LIBVAR="UAE_LIB"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -fcommon"
|
||||||
if [ "$TARGET_ARCH" = "arm" ]; then
|
if [ "$TARGET_ARCH" = "arm" ]; then
|
||||||
CFLAGS="$CFLAGS -DARM -marm"
|
CFLAGS="$CFLAGS -DARM -marm"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user