Changes between Initial Version and Version 1 of Ticket #62656, comment 9


Ignore:
Timestamp:
Apr 13, 2021, 2:10:24 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62656, comment 9

    initial v1  
    33The prebuilt boot compiler will still have the linkat error.
    44
    5 If you know how to insert libraries or generate a new temporary libSystem that links in legacysupport's linkat you might get it working. Look into ld64's export library feature, generate a new libSystem, and change the downloaded rust bootstrap compiler to use it with dyld_library_path or install name tool.
     5If you know how to insert libraries or generate a new temporary libSystem that links in legacysupport's linkat you might get it working. Look into ld64's export library feature, generate a new temporary libSystem somewhere safe, and change the downloaded rust bootstrap compiler to use it with dyld_library_path or install name tool.
    66
    77Upstream would ideally fix this, though, otherwise this will be awkward at our level to workaround.