diff options
author | meancoot | 2013-12-19 16:53:46 -0500 |
---|---|---|
committer | notaz | 2013-12-22 19:54:22 +0200 |
commit | 578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2 (patch) | |
tree | 34d052c3240f3c09b4ec29f7874d17bcdc41f048 /Makefile.libretro | |
parent | c40ab498b5800eb0ccac887b53cd7450a304e2e8 (diff) | |
download | pcsx_rearmed-578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2.tar.gz pcsx_rearmed-578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2.tar.bz2 pcsx_rearmed-578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2.zip |
(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 6f7b29a..8b4a61b 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 $@ |