Changes between Initial Version and Version 1 of Ticket #65147, comment 19
- Timestamp:
- May 10, 2022, 4:04:15 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65147, comment 19
initial v1 3 3 > Maybe we could add a case for Intel build with `gcc` in `nettle` portfile? `--disable-assembler` makes it work. 4 4 5 We would neverwant to do that in general, as it would cripple the 99.9999999% of users who want a fast nettle to support 0.00000000001% of users who want to do something offbeat.5 IMHO, we would not want to do that in general, as it would cripple the 99.9999999% of users who want a fast nettle to support 0.00000000001% of users who want to do something offbeat. 6 6 7 7 Just do that in your own local repo, and we'll leave macports alone. 8 9 Even when building with gcc, you can use MacPorts assembler to use a newer clang to assemble. 10 11 It's just this gcc10-bootstrap mess that has been created. 12 13 14