6 | | I would use `-append` with those keywords, and especially with `compiler.fallback`, because MacPorts already comes with a default fallback list of compilers, and without using `-append`, you end up overwriting it. Not exactly sure where the default fallback list is stored/documented though... |
| 6 | I would use `-append` with those keywords, and especially with `compiler.fallback`, because MacPorts already comes with a default fallback list of compilers, and without using `-append`, you end up overwriting it. ~~Not exactly sure where the default fallback list is stored/documented though...~~ |
| 7 | |
| 8 | Edit: found the default fallback list (from larryv in comment:ticket:44129:7 for reference), it can be found in the sources: [[browser:tags/release_2_3_1/base/src/port1.0/portconfigure.tcl#L426]] |
| 9 | |
| 10 | (updated the UsingTheRightCompiler wiki page with this link as well) |
| 11 | |