Changes between Initial Version and Version 1 of Ticket #61636, comment 31
- Timestamp:
- Nov 25, 2020, 9:37:24 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61636, comment 31
initial v1 1 1 the issue you will possibly run into is getting MP to actually use it for builds...there is no logic in the portfiles to spec a port named gcc-develarm so the portfiles won't know how to ask for it, exactly, or default to it. 2 2 3 doing this will help a bit 3 doing this will help a bit to get you using it 4 4 {{{ 5 5 sudo port select gcc gcc-develarm 6 6 }}} 7 but that might not be enough.7 but that will not be enough for the portfiles to find it. 8 8 9 9 We'll ask Chris.