From 535a2babe865553e7d60a9045f9a3de4cbc4ca4c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 8 Jan 2014 05:05:10 -0800 Subject: [PATCH] Xcode 5 can't compile @synchronized using -mthumb. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0629bab..a18cd8e 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -cycc = cycc -i2.0 -o$@ -- $(filter %.mm,$^) -g0 -O2 -Werror -Iiphone-api -F/System/Library/PrivateFrameworks +cycc = cycc -i2.0 -o$@ -- $(filter %.mm,$^) -g0 -O2 -Werror -Iiphone-api -F/System/Library/PrivateFrameworks -Xarch_armv6 -marm substrate := -I../substrate -L../substrate -lsubstrate -- 2.45.2