• S
    Rename CLR_CMAKE_PLATFORM* CLR_CMAKE_HOST* (#1974) · 696e72b1
    Steve MacLean 提交于
    The term platform was ambiguous. Migrate to using common terminology for
    cross compilation.
    
    Host is the platfrom which will execute the code
    Target is the platform which will be debugged or for which code will be generated.
    
    In most cases HOST == TARGET.  The exceptions are the cross component crossgen
    tools and the future cross DAC.
    696e72b1
CMakeLists.txt 255 字节