Changes between Initial Version and Version 1 of Ticket #65153, comment 15


Ignore:
Timestamp:
May 10, 2022, 4:58:01 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65153, comment 15

    initial v1  
    99Those things used to be needed to force the standard cctools assembler to send the code to clang to assemble, but those are no longer needed for the past several years in MacPorts when our MacPorts cctools assembler was changed to "do  the right thing" by default.
    1010
    11 See this port of the cctools Portfile for our modifications that makes this not needed for MacPorts:
     11See this part of the cctools Portfile for our modifications that makes this not needed for MacPorts:
    1212
    1313{{{
    14 # List of clang versions to search for at runtime internally by 'as'
     14                # List of clang versions to search for at runtime internally by 'as'
    1515                # Build list from llvm variants, excluding clang < 5 and devel version
    1616                # (unless devel variant is used in which case it is included first)