Replies: 2 comments 8 replies
-
On a side note, |
Beta Was this translation helpful? Give feedback.
-
@iains Iain, could you please say if
I tried numerous options, and regardless of anything keep bumping into this. P. S. I wanna implement a reproducible procedure to build gcc13 for ppc64 in Macports. I kinda gave up on an idea to build universal binaries, that will require too much to rewrite and fix, but at least having ppc64 working will be great. (For ppc32 everything works beautifully, at least on 10.6 ppc.) |
Beta Was this translation helpful? Give feedback.
-
Hello! I've been interested in trying to get LTO (Link Time Optimization) working on 10.5, but I'm a little stumped on the process. In particular:
As best I understand it, ld64-127 seems to have LTO support of some kind, but it appears too old for GCC 12 to work with or detect; therefore, GCC still generates GIMPLE code because I'm asking it to, but ld64 just throws it out. If I want to actually benefit from LTO, I need to compile a newer version of ld64 from your darwin-xtools repo.
Is this reasoning correct? I apologize for how elementary this question is, I'm just really confused by all the mixed signals.
Beta Was this translation helpful? Give feedback.
All reactions