Skip to content

Commit

Permalink
Legacy support for armv6.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxcid committed Dec 12, 2011
1 parent 0b4bf3c commit 9d300aa
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -611,7 +611,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv7,
armv6,
);
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/MGTwitterEngineFramework.dst;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -631,7 +634,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv7,
armv6,
);
DSTROOT = /tmp/MGTwitterEngineFramework.dst;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

0 comments on commit 9d300aa

Please sign in to comment.