X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=8b4a61b612727ddfb26df556a7954fd8be78dcc8;hb=5be6eaeb510c62ded1d5a3bd29dc94f25bc1359e;hp=6f7b29a264edf64c04383f2efd7df38539a733a9;hpb=53dcc6912061b52e925a5bd560980eb047a5a661;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 6f7b29a2..8b4a61b6 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -144,11 +144,6 @@ NO_CONFIG_MAK = yes include Makefile -# workaround segfault for this file seen on: -# Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) -libpcsxcore/new_dynarec/pcsxmem.o: libpcsxcore/new_dynarec/pcsxmem.c - $(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS) -Os - # no special AS needed for gpu_neon plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.o: plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S $(CC) $(CFLAGS) -c $^ -o $@