How to build Julia with GCC and for ppc32? #44684
Closed
barracuda156
started this conversation in
General
Replies: 2 comments 5 replies
-
We only support ppc64le-gnu, and that just barely. Supporting ppc32 will involve a lot of work, and the fact that clang is broken doesn't instill confidence since both clang and julia use llvm. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is it possible to support GCC build? Forget ppc32, I can try fixing that, but GCC it a must for that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested to build Julia for PowerPC Darwin.
Since clang is broken for ppc, it has to be done with gcc (gcc11 and gfortran are available).
From what I see Julia tries to force usage of clang and seems to lack ppc and ppc64 ABI.
Is there a way to fix that?
Beta Was this translation helpful? Give feedback.
All reactions