X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile.libretro;h=88d95dd5f7c2caa6762ddd84897f05fac7f68a39;hp=6f7b29a264edf64c04383f2efd7df38539a733a9;hb=291224374dd130c5cbee87ccce40a1cd0d9eb968;hpb=53dcc6912061b52e925a5bd560980eb047a5a661 diff --git a/Makefile.libretro b/Makefile.libretro index 6f7b29a2..88d95dd5 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -27,7 +27,7 @@ ifeq ($(platform), unix) SHARED := -shared -Wl,--version-script=libretro/link.T else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib - fpic := -fPIC + fpic := -fPIC -mmacosx-version-min=10.6 SHARED := -dynamiclib else ifeq ($(platform), ios) ARCH := arm @@ -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 $@