Changes between Initial Version and Version 1 of Ticket #64577, comment 9
- Timestamp:
- Feb 2, 2022, 9:33:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64577, comment 9
initial v1 5 5 6 6 7 I have (I remembered what you told me), and I also changed setting in compilers-1.0.tcl to: 7 I have (I remembered what you told me): 8 9 {{{ 10 # Pick the gcc version that provides the primary runtime. 11 # NOTE : The logic here must match that in the gccX ports *and* 12 # that in _resources/port1.0/group/compilers-1.0.tcl 13 if { ${os.major} < 11 } { 14 set gcc_version 10 15 } else { 16 set gcc_version 11 17 } 18 depends_lib port:libgcc${gcc_version} 19 }}} 20 21 And I also changed setting in compilers-1.0.tcl to: 8 22 9 23 {{{ … … 17 31 }}} 18 32 19 Then I uninstalled `libgcc` and installed again. This however did not help. 33 Then I uninstalled `libgcc` and installed again. This however did not help. (I set os.major to 11 in order to borrow the setting into 10.6 PPC; however discussed build is done in 10.5.8.)