mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
libretro-pcsx-rearmed: build with -fcommon
This fixes linker issues with gcc 10. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
a26fe9774b
commit
aa46c5bf2d
@ -26,6 +26,9 @@ make_target() {
|
|||||||
export HAVE_NEON=0
|
export HAVE_NEON=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# check if this flag is still needed when this package is updated
|
||||||
|
export CFLAGS="$CFLAGS -fcommon"
|
||||||
|
|
||||||
case $TARGET_ARCH in
|
case $TARGET_ARCH in
|
||||||
aarch64)
|
aarch64)
|
||||||
make -f Makefile.libretro DYNAREC=lightrec platform=aarch64 GIT_VERSION=$PKG_VERSION
|
make -f Makefile.libretro DYNAREC=lightrec platform=aarch64 GIT_VERSION=$PKG_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user