Skip to content

Commit

Permalink
Enable armv6 architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gummer committed Dec 25, 2011
1 parent a863145 commit 54a9f88
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions client/iOS/QuincyLib/QuincyLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv7,
armv6,
);
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -166,7 +169,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv7,
armv6,
);
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Expand Down

0 comments on commit 54a9f88

Please sign in to comment.