Changeset 192840 in webkit


Ignore:
Timestamp:
Nov 30, 2015 4:03:51 PM (8 years ago)
Author:
dburkart@apple.com
Message:

Remove Mountain Lion support from ANGLE
https://bugs.webkit.org/show_bug.cgi?id=151679

Reviewed by Darin Adler.

  • Configurations/Base.xcconfig:
Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r191920 r192840  
     12015-11-30  Dana Burkart  <dburkart@apple.com>
     2
     3        Remove Mountain Lion support from ANGLE
     4        https://bugs.webkit.org/show_bug.cgi?id=151679
     5
     6        Reviewed by Darin Adler.
     7
     8        * Configurations/Base.xcconfig:
     9
    1102015-11-02  Andy Estes  <aestes@apple.com>
    211
  • trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig

    r191920 r192840  
    5454SDKROOT = macosx.internal;
    5555
    56 TOOLCHAINS[sdk=macosx*] = $(TOOLCHAINS_macosx);
    57 TOOLCHAINS_macosx = $(TOOLCHAINS_macosx_$(MAC_OS_X_VERSION_MAJOR));
    58 TOOLCHAINS_macosx_1080 = default;
    59 TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
    60 TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
    61 TOOLCHAINS_macosx_101100 = $(TOOLCHAINS_macosx_101000);
    62 TOOLCHAINS_macosx_101200 = $(TOOLCHAINS_macosx_101100);
    63 
    6456OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
    6557OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
Note: See TracChangeset for help on using the changeset viewer.