We don't need to specify the VALID_ARCHS in the xcode project file.
authorJason Molenda <jmolenda@apple.com>
Sat, 9 Mar 2013 06:15:46 +0000 (06:15 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 9 Mar 2013 06:15:46 +0000 (06:15 +0000)
Also, don't build debugserver with -DUSE_ARM_DISASSEMBLER_FRAMEWORK -
that framework isn't around at this point.

llvm-svn: 176759

lldb/lldb.xcodeproj/project.pbxproj
lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj

index eee54c3..80b07d9 100644 (file)
                                SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                WARNING_CFLAGS = "-Wreorder";
                        };
                        name = Debug;
                                SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                WARNING_CFLAGS = "-Wreorder";
                        };
                        name = Release;
                                SDKROOT = "";
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                WARNING_CFLAGS = "-Wreorder";
                        };
                        name = BuildAndIntegration;
                                SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                WARNING_CFLAGS = "-Wreorder";
                        };
                        name = DebugClang;
index b3f1e8a..8cfd38f 100644 (file)
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = "";
                                STRIP_INSTALLED_PRODUCT = NO;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                VERSIONING_SYSTEM = "apple-generic";
                                VERSION_INFO_BUILDER = "$(USER)";
                        };
                                SDKROOT = "";
                                STRIPFLAGS = "-x";
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                VERSIONING_SYSTEM = "apple-generic";
                                VERSION_INFO_BUILDER = "$(USER)";
                        };
                                SDKROOT = "";
                                STRIPFLAGS = "-x";
                                STRIP_STYLE = debugging;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                VERSIONING_SYSTEM = "apple-generic";
                                VERSION_INFO_BUILDER = "$(USER)";
                        };
                                        "-Wparentheses",
                                        "-DWITH_LOCKDOWN",
                                        "-DWITH_SPRINGBOARD",
-                                       "-DUSE_ARM_DISASSEMBLER_FRAMEWORK",
                                        "-DOS_OBJECT_USE_OBJC=0",
                                );
                                "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)";
                                        "-Wparentheses",
                                        "-DWITH_LOCKDOWN",
                                        "-DWITH_SPRINGBOARD",
-                                       "-DUSE_ARM_DISASSEMBLER_FRAMEWORK",
                                        "-DOS_OBJECT_USE_OBJC=0",
                                );
                                "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)";
                                        "-Wparentheses",
                                        "-DWITH_LOCKDOWN",
                                        "-DWITH_SPRINGBOARD",
-                                       "-DUSE_ARM_DISASSEMBLER_FRAMEWORK",
                                        "-DOS_OBJECT_USE_OBJC=0",
                                );
                                "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)";
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = "";
                                STRIP_INSTALLED_PRODUCT = NO;
-                               VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                VERSIONING_SYSTEM = "apple-generic";
                                VERSION_INFO_BUILDER = "$(USER)";
                        };
                                        "-Wparentheses",
                                        "-DWITH_LOCKDOWN",
                                        "-DWITH_SPRINGBOARD",
-                                       "-DUSE_ARM_DISASSEMBLER_FRAMEWORK",
                                        "-DOS_OBJECT_USE_OBJC=0",
                                );
                                "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)";