Fix to the project file, to prevent it from using
authorSean Callanan <scallanan@apple.com>
Wed, 19 Sep 2012 22:10:40 +0000 (22:10 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 19 Sep 2012 22:10:40 +0000 (22:10 +0000)
an out-of-date compiler in certain cases.

llvm-svn: 164255

lldb/lldb.xcodeproj/project.pbxproj

index 6094da12472ac28b5dbbf7110bb0148fcfb96f5f..f52a28f30392bc6617f93aaa5df0da09d39ab96f 100644 (file)
                                        "-flimit-debug-info",
                                        "-Wparentheses",
                                );
-                               SDKROOT = "";
+                               SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
                                VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                        "-flimit-debug-info",
                                        "-Wparentheses",
                                );
-                               SDKROOT = "";
+                               SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
                                VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
                                        "-flimit-debug-info",
                                        "-Wparentheses",
                                );
-                               SDKROOT = "";
+                               SDKROOT = macosx;
                                STRIP_INSTALLED_PRODUCT = NO;
                                STRIP_STYLE = debugging;
                                VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";