notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1ff5d
)
(iOS) Use GCC (not working yet)
author
twinaphex
<libretro@gmail.com>
Fri, 22 Mar 2013 15:51:13 +0000
(16:51 +0100)
committer
twinaphex
<libretro@gmail.com>
Fri, 22 Mar 2013 15:51:13 +0000
(16:51 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
213b409
..
435a7f7
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-42,10
+42,11
@@
ARCH := arm
fpic := -fPIC
SHARED := -dynamiclib
-CC = clang -arch armv7 -isysroot $(IOSSDK)
-CXX = clang++ -arch armv7 -isysroot $(IOSSDK)
-CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon
-ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon
+CC = $(IOSSDK)../../usr/bin/gcc
+CXX = $(IOSSDK)../../usr/bin/g++
+CFLAGS += -cpu=cortex-a8 -mfpu=neon
+ASFLAGS += -cpu=cortex-a8 -mfpu=neon
+
HAVE_NEON = 1
CFLAGS += -DIOS
else ifeq ($(platform), ps3)