Title: [156348] trunk
Revision
156348
Author
mr...@apple.com
Date
2013-09-24 12:18:46 -0700 (Tue, 24 Sep 2013)

Log Message

<rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8

Reviewed by Dan Bernstein.

Source/_javascript_Core:

* Configurations/Base.xcconfig:

Source/ThirdParty/ANGLE:

* Configurations/Base.xcconfig:

Source/WebCore:

* Configurations/Base.xcconfig:

Source/WebInspectorUI:

* Configurations/Base.xcconfig:

Source/WebKit/mac:

* Configurations/Base.xcconfig:

Source/WebKit2:

* Configurations/Base.xcconfig:

Source/WTF:

* Configurations/Base.xcconfig:

Tools:

* DumpRenderTree/mac/Configurations/Base.xcconfig:
* MiniBrowser/Configurations/Base.xcconfig:
* TestWebKitAPI/Configurations/Base.xcconfig:
* WebKitLauncher/Configurations/Base.xcconfig:
* WebKitTestRunner/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (156347 => 156348)


--- trunk/Source/_javascript_Core/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-23  Patrick Gansterer  <par...@webkit.org>
 
         use NOMINMAX instead of #define min min

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -125,3 +125,11 @@
 
 INSTALL_PATH = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL);
 HAVE_DTRACE = 1;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (156347 => 156348)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-06  pe...@outlook.com  <pe...@outlook.com>
 
         [Win][WebGL] WebGL rendering is slow.

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -46,3 +46,11 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/WTF/ChangeLog (156347 => 156348)


--- trunk/Source/WTF/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WTF/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-23  Anders Carlsson  <ander...@apple.com>
 
         Remove WTF_USE_SCROLLBAR_PAINTER #define

Modified: trunk/Source/WTF/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/WTF/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WTF/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -101,3 +101,11 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/WebCore/ChangeLog (156347 => 156348)


--- trunk/Source/WebCore/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebCore/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-24  Daniel Bates  <daba...@apple.com>
 
         [iOS] Upstream -webkit-touch-callout

Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/WebCore/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -102,3 +102,11 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/WebInspectorUI/ChangeLog (156347 => 156348)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-24  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Breakpoint Actions input should disable spellchecking

Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -62,3 +62,11 @@
 WEBCORE_RESOURCES_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/Resources;
 
 OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH = -Wl,-dyld_env -Wl,DYLD_VERSIONED_FRAMEWORK_PATH=/System/Library/StagedFrameworks/Safari;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/WebKit/mac/ChangeLog (156347 => 156348)


--- trunk/Source/WebKit/mac/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-21  Mark Lam  <mark....@apple.com>
 
         Remove unused code in WebKit/mac's WebScriptDebugDelegate.

Modified: trunk/Source/WebKit/mac/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebKit/mac/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -92,3 +92,11 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Source/WebKit2/ChangeLog (156347 => 156348)


--- trunk/Source/WebKit2/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebKit2/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,11 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/Base.xcconfig:
+
 2013-09-24  Lorenzo Tilve  <lti...@igalia.com>
 
         [GTK] Fix compilation problems when setting ENABLE_DRAG_SUPPORT = FALSE

Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Source/WebKit2/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -91,3 +91,11 @@
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
 
 CODE_SIGN_IDENTITY = -;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Tools/ChangeLog (156347 => 156348)


--- trunk/Tools/ChangeLog	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/ChangeLog	2013-09-24 19:18:46 UTC (rev 156348)
@@ -1,3 +1,15 @@
+2013-09-24  Mark Rowe  <mr...@apple.com>
+
+        <rdar://problem/14971518> WebKit should build against the Xcode default toolchain when targeting OS X 10.8
+
+        Reviewed by Dan Bernstein.
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+        * MiniBrowser/Configurations/Base.xcconfig:
+        * TestWebKitAPI/Configurations/Base.xcconfig:
+        * WebKitLauncher/Configurations/Base.xcconfig:
+        * WebKitTestRunner/Configurations/Base.xcconfig:
+
 2013-09-24  Denis Nomiyama  <d.nomiy...@samsung.com>
 
         [ATK] Missing WTR AccessibilityController::addNotificationListener implementation

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -54,3 +54,11 @@
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
 
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -47,3 +47,11 @@
 // Don't build against an SDK unless we're targeting an older OS version.
 SDKROOT = $(SDKROOT_TARGETING_SAME_OS_X_VERSION_$(TARGETING_SAME_OS_X_VERSION));
 SDKROOT_TARGETING_SAME_OS_X_VERSION_ = macosx;
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -71,3 +71,11 @@
 EXCLUDED_SOURCE_FILE_NAMES_macosx = *IOS.h *IOS.cpp *IOS.mm;
 EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *Mac.h *Mac.cpp *Mac.mm *InjectedBundle* *PlatformUtilities* Tests/WebKit2/* Tests/WebKit2ObjC/* *_Bundle* _javascript_Test.*;
 EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/WebKitLauncher/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -39,3 +39,11 @@
 OTHER_CFLAGS = $(inherited) $(ASAN_OTHER_CFLAGS);
 OTHER_CPLUSPLUSFLAGS = $(inherited) $(ASAN_OTHER_CPLUSPLUSFLAGS);
 OTHER_LDFLAGS = $(inherited) $(ASAN_OTHER_LDFLAGS);
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);

Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (156347 => 156348)


--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2013-09-24 19:14:42 UTC (rev 156347)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig	2013-09-24 19:18:46 UTC (rev 156348)
@@ -62,3 +62,11 @@
 WEBCORE_PRIVATE_HEADERS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
 
 WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface
+
+TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
+TOOLCHAINS_iphoneos = $(TOOLCHAINS);
+TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
+TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
+TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
+TOOLCHAINS_macosx_1080 = default;
+TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to