Changeset 177746 in webkit
- Timestamp:
- Dec 26, 2014, 7:45:44 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r177675 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-22 Mark Lam <mark.lam@apple.com> 2 12 -
trunk/Source/JavaScriptCore/Configurations/Base.xcconfig
r177027 r177746 138 138 HAVE_DTRACE = 1; 139 139 140 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);141 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));140 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 141 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 142 142 TOOLCHAINS_macosx_1080 = default; 143 143 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/ThirdParty/ANGLE/ChangeLog
r177724 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-24 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig
r177724 r177746 53 53 SDKROOT = macosx.internal; 54 54 55 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);56 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));55 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 56 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 57 57 TOOLCHAINS_macosx_1080 = default; 58 58 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/ThirdParty/ChangeLog
r177027 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * gtest/xcode/Config/General.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-09 David Kilzer <ddkilzer@apple.com> 2 12 -
trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig
r177027 r177746 68 68 OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS); 69 69 70 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);71 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));70 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 71 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 72 72 TOOLCHAINS_macosx_1080 = default; 73 73 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/WTF/ChangeLog
r177740 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-25 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Source/WTF/Configurations/Base.xcconfig
r177027 r177746 115 115 SDKROOT = macosx.internal; 116 116 117 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);118 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));117 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 118 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 119 119 TOOLCHAINS_macosx_1080 = default; 120 120 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/WebCore/ChangeLog
r177745 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-25 Dhi Aurrahman <diorahman@rockybars.com> 2 12 -
trunk/Source/WebCore/Configurations/Base.xcconfig
r177621 r177746 112 112 SDKROOT = macosx.internal; 113 113 114 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);115 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));114 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 115 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 116 116 TOOLCHAINS_macosx_1080 = default; 117 117 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/WebInspectorUI/ChangeLog
r177621 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-20 David Kilzer <ddkilzer@apple.com> 2 12 -
trunk/Source/WebInspectorUI/Configurations/Base.xcconfig
r177621 r177746 61 61 OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH = -Wl,-dyld_env -Wl,DYLD_VERSIONED_FRAMEWORK_PATH=/System/Library/StagedFrameworks/Safari; 62 62 63 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);64 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));63 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 64 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 65 65 TOOLCHAINS_macosx_1080 = default; 66 66 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/WebKit/mac/ChangeLog
r177705 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-23 Timothy Horton <timothy_horton@apple.com> 2 12 -
trunk/Source/WebKit/mac/Configurations/Base.xcconfig
r177621 r177746 103 103 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx; 104 104 105 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);106 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));105 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 106 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 107 107 TOOLCHAINS_macosx_1080 = default; 108 108 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/WebKit2/ChangeLog
r177743 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-25 Hunseop Jeong <hs85.jeong@samsung.com> 2 12 -
trunk/Source/WebKit2/Configurations/Base.xcconfig
r177621 r177746 106 106 CODE_SIGN_IDENTITY = -; 107 107 108 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);109 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));108 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 109 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 110 110 TOOLCHAINS_macosx_1080 = default; 111 111 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Source/bmalloc/ChangeLog
r177317 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * Configurations/Base.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-15 Geoffrey Garen <ggaren@apple.com> 2 12 -
trunk/Source/bmalloc/Configurations/Base.xcconfig
r177027 r177746 110 110 SDKROOT = macosx.internal; 111 111 112 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);113 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));112 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 113 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 114 114 TOOLCHAINS_macosx_1080 = default; 115 115 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS); -
trunk/Tools/ChangeLog
r177731 r177746 1 2014-12-26 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/19348208> REGRESSION (r177027): iOS builds use the wrong toolchain 4 https://bugs.webkit.org/show_bug.cgi?id=139950 5 6 Reviewed by David Kilzer. 7 8 * asan/asan.xcconfig: Only define TOOLCHAINS when building for OS X, doing so 9 in a manner that works with Xcode 5.1.1. 10 1 11 2014-12-24 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Tools/asan/asan.xcconfig
r177718 r177746 1 TOOLCHAINS[sdk= iphone*] = $(TOOLCHAINS);2 TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME)_$(MAC_OS_X_VERSION_MAJOR));1 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx); 2 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR)); 3 3 TOOLCHAINS_macosx_1080 = default; 4 4 TOOLCHAINS_macosx_1090 = default;
Note:
See TracChangeset
for help on using the changeset viewer.