Changes between Initial Version and Version 1 of Ticket #67164, comment 17


Ignore:
Timestamp:
Apr 1, 2023, 9:45:33 AM (18 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67164, comment 17

    initial v1  
    1515}}}
    1616
    17 scrub corrects the correct runtime environment, including info on the SDK, which gcc then uses.
     17xcrun corrects the correct runtime environment, including info on the SDK, which gcc then uses.
    1818
    19192. Set SDKROOT environment var
    2020
    2121{{{
    22 SDKROOT=/path/to/SDK g++-mp-12 ...
     22> SDKROOT=/path/to/SDK g++-mp-12 ...
    2323}}}
    2424
     
    2626
    2727{{{
    28 SDKROOT=/path/to/SDK
    29 g++-mp-12 ...
     28> SDKROOT=/path/to/SDK
     29> g++-mp-12 ...
    3030}}}
    3131