From: Twinaphex Date: Mon, 2 May 2016 21:10:35 +0000 (+0200) Subject: Merge pull request #36 from loganmc10/master X-Git-Tag: r24l~855 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec893ec614562b0d0408c2b8abc872acd1001412;hp=a109c90ae4f8456c9e33df026047dec84ef3decb;p=pcsx_rearmed.git Merge pull request #36 from loganmc10/master Add ASFLAGS for rpi2 platform --- diff --git a/Makefile.libretro b/Makefile.libretro index e0dfe251..72ce07b4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -198,6 +198,7 @@ else ifeq ($(platform), rpi2) fpic := -fPIC SHARED := -shared -Wl,--no-undefined CFLAGS += -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard + ASFLAGS += -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard HAVE_NEON = 1 ARCH = arm BUILTIN_GPU = neon