Changes between Initial Version and Version 1 of Ticket #65153, comment 15
- Timestamp:
- May 10, 2022, 4:58:01 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65153, comment 15
initial v1 9 9 Those 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. 10 10 11 See this p ort of the cctools Portfile for our modifications that makes this not needed for MacPorts:11 See this part of the cctools Portfile for our modifications that makes this not needed for MacPorts: 12 12 13 13 {{{ 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' 15 15 # Build list from llvm variants, excluding clang < 5 and devel version 16 16 # (unless devel variant is used in which case it is included first)