This fixes the build after r156632 in configurations that use another toolchain
by default.
* gtest/xcode/Config/General.xcconfig:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157019
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-06 Dan Bernstein <mitz@apple.com>
+
+ Build against the Xcode default toolchain when targeting OS X 10.8.
+
+ This fixes the build after r156632 in configurations that use another toolchain
+ by default.
+
+ * gtest/xcode/Config/General.xcconfig:
+
2013-10-06 Darin Adler <darin@apple.com>
Remove unneeded ScriptGCEvent class
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
+
+TOOLCHAINS = $(TOOLCHAINS_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_1070 = $(TOOLCHAINS);
+TOOLCHAINS_1080 = default;
+TOOLCHAINS_1090 = $(TOOLCHAINS);