diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-03-09 06:15:46 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-03-09 06:15:46 +0000 |
| commit | cc526b797a20a4b816d04afc67f349723fbebadb (patch) | |
| tree | 4c89cae213230f9bdb1e4a3a47fe38cf28bd6b83 /lldb/tools/debugserver/debugserver.xcodeproj | |
| parent | bdcd1350c1946710e3db2ef577ed795dba5c87f4 (diff) | |
| download | bcm5719-llvm-cc526b797a20a4b816d04afc67f349723fbebadb.tar.gz bcm5719-llvm-cc526b797a20a4b816d04afc67f349723fbebadb.zip | |
We don't need to specify the VALID_ARCHS in the xcode project file.
Also, don't build debugserver with -DUSE_ARM_DISASSEMBLER_FRAMEWORK -
that framework isn't around at this point.
llvm-svn: 176759
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index b3f1e8aecdb..8cfd38f67b6 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -499,7 +499,6 @@ 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)"; }; @@ -528,7 +527,6 @@ 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)"; }; @@ -559,7 +557,6 @@ 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)"; }; @@ -592,7 +589,6 @@ "-Wparentheses", "-DWITH_LOCKDOWN", "-DWITH_SPRINGBOARD", - "-DUSE_ARM_DISASSEMBLER_FRAMEWORK", "-DOS_OBJECT_USE_OBJC=0", ); "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)"; @@ -647,7 +643,6 @@ "-Wparentheses", "-DWITH_LOCKDOWN", "-DWITH_SPRINGBOARD", - "-DUSE_ARM_DISASSEMBLER_FRAMEWORK", "-DOS_OBJECT_USE_OBJC=0", ); "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)"; @@ -702,7 +697,6 @@ "-Wparentheses", "-DWITH_LOCKDOWN", "-DWITH_SPRINGBOARD", - "-DUSE_ARM_DISASSEMBLER_FRAMEWORK", "-DOS_OBJECT_USE_OBJC=0", ); "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)"; @@ -754,7 +748,6 @@ 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)"; }; @@ -788,7 +781,6 @@ "-Wparentheses", "-DWITH_LOCKDOWN", "-DWITH_SPRINGBOARD", - "-DUSE_ARM_DISASSEMBLER_FRAMEWORK", "-DOS_OBJECT_USE_OBJC=0", ); "OTHER_CPLUSPLUSFLAGS[arch=*][sdk=iphoneos*]" = "$(OTHER_CFLAGS)"; |

