⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100039 in webkit


Ignore:
Timestamp:
Nov 11, 2011, 3:50:19 PM (15 years ago)
Author:
barraclough@apple.com
Message:

Update iOS compiler version.

Reviewed by David Kilzer.

  • Configurations/CompilerVersion.xcconfig:
    • Update compiler version.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r100037 r100039  
     12011-11-11  Gavin Barraclough  <barraclough@apple.com>
     2
     3        Update iOS compiler version.
     4
     5        Reviewed by David Kilzer.
     6
     7        * Configurations/CompilerVersion.xcconfig:
     8            - Update compiler version.
     9
    1102011-11-11  Gavin Barraclough  <barraclough@apple.com>
    211
  • trunk/Source/JavaScriptCore/Configurations/CompilerVersion.xcconfig

    r93249 r100039  
    5555// XCODE_VERSION_ACTUAL for the full version number.
    5656TARGET_GCC_VERSION = $(TARGET_GCC_VERSION_$(REAL_PLATFORM_NAME));
    57 TARGET_GCC_VERSION_iphoneos = LLVM_GCC_42;
    58 TARGET_GCC_VERSION_iphonesimulator = GCC_42;
     57TARGET_GCC_VERSION_iphoneos = LLVM_COMPILER;
     58TARGET_GCC_VERSION_iphonesimulator = $(TARGET_GCC_VERSION_iphoneos);
    5959TARGET_GCC_VERSION_macosx = $(TARGET_GCC_VERSION_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
    6060
Note: See TracChangeset for help on using the changeset viewer.