Changes between Version 1 and Version 2 of Ticket #58199, comment 11


Ignore:
Timestamp:
Mar 15, 2019, 10:51:57 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58199, comment 11

    v1 v2  
    1212
    1313If I do:
    14 {{{
     14
    1515clang++ -x c++ -mmacosx-version-min=10.11 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -std=gnu++11 -dM -E - < /dev/null
    16 }}}
     16
    1717and the like varying the "min" and "sdk", then when "-mmacosx-version-min=10.11" is used I can vary the SDK but the macros output are identical. If I remove the "-mmacosx-version-min=10.11" then I get the different macros for the different SDKs as desired.
    1818}}}