mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -25,6 +25,9 @@ make_target() {
|
||||
else
|
||||
export HAVE_NEON=0
|
||||
fi
|
||||
|
||||
# check if this flag is still needed when this package is updated
|
||||
export CFLAGS="$CFLAGS -fcommon"
|
||||
|
||||
case $TARGET_ARCH in
|
||||
aarch64)
|
||||
|
||||
Reference in New Issue
Block a user