GCC 15 on 10.6.8 natively on PowerPC #49
Replies: 2 comments 1 reply
-
|
@iains Iain, a quick question: on 10a190 gcc needed a minor fix to Since both issues with 10.6.8 image were solved (DNS via TCP for now, but internet works, and RAM constraint removed), I am probably switching to 10.6.8 for everything. However, it is perhaps desirable for a while to maintain compatibility with 10a190, as long as nothing much is sacrificed. As far as I remember from early builds of gcc11 on Rosetta for usage in 10a190, gcc with the patch above (or very similar) worked fine on both systems. (Take it with a grain of salt, it was long back and testing amounted to actual usage but not running proper tests.) Assuming it works fine on 10.6.8 natively too, is it problematic to have it built this way when it is not required anymore? I.e. just in order to have software still compatible with 10a190. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I actually decided to forego 10a190 compatibility in favor of avoiding unnecessary linking. gcc 14.2.0 built without any patches to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@iains Some good news, I built gcc master on 10.6.8 running natively on G5. No MacPorts involvement, no hacks to
darwin.hanymore.Used Xcode 3.2.6 with some Unix tools sourced from 10a190 (they could be rebuilt from source, but did not get to that yet), built gcc 10.3.0 from your tree, used that to build gcc master.
(On a side note, I can finally deal with gfortran testing.)
Anything relevant we would like to test specifically?
P. S. The OS has some things to fix, as of now. The two crucial issues are: DNS not working (so no internet) and the kernel refuses to load with more than 4 GB RAM (boot args work, so no need to pull out physical sticks).
Beta Was this translation helpful? Give feedback.
All reactions