Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
Target armv6 and armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 11, 2011
1 parent 5b58afc commit 46d5841
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SSToolkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/SSToolkit.dst;
GCC_C_LANGUAGE_STANDARD = "compiler-default";
Expand Down Expand Up @@ -832,6 +836,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
DSTROOT = /tmp/SSToolkit.dst;
GCC_C_LANGUAGE_STANDARD = "compiler-default";
GCC_MODEL_TUNING = G5;
Expand Down

0 comments on commit 46d5841

Please sign in to comment.