Ignore:
Timestamp:
Sep 24, 2013, 12:18:46 PM (12 years ago)
Author:
[email protected]
Message:

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

Reviewed by Dan Bernstein.

Source/JavaScriptCore:

  • 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:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/Base.xcconfig

    r156122 r156348  
    126126INSTALL_PATH = $(INSTALL_PATH_PREFIX)$(INSTALL_PATH_ACTUAL);
    127127HAVE_DTRACE = 1;
     128
     129TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
     130TOOLCHAINS_iphoneos = $(TOOLCHAINS);
     131TOOLCHAINS_iphonesimulator = $(TOOLCHAINS);
     132TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
     133TOOLCHAINS_macosx_1070 = $(TOOLCHAINS);
     134TOOLCHAINS_macosx_1080 = default;
     135TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
Note: See TracChangeset for help on using the changeset viewer.