Re: [macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
Thanks for mentioning -msecure-plt. I grep'd our current LLVM source, and the option isn't here. But it has been added since then [1], so i'll try adding patches that enables it. Charlène. [1] https://reviews.llvm.org/D44921 On Tue, 13 Nov 2018 14:42:55 -0500 Raul Miller wrote: > What

Re: [macppc] BSS PLT format and ports-clang

2018-11-13 Thread Raul Miller
What happens if you build with -msecure-plt or -fno-plt? Thanks, -- Raul On Tue, Nov 13, 2018 at 2:39 PM Charlene Wendling wrote: > > Hi, > > bcallah@ (mostly) and i (who owns the hardware and builds) are currently > trying to get llvm/clang working on macpcc. That would allow us to try >

[macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
Hi, bcallah@ (mostly) and i (who owns the hardware and builds) are currently trying to get llvm/clang working on macpcc. That would allow us to try unbreaking many ports on this platform, especially those that depend on webkitgtk4. It currently builds [1] and installs [2] properly. I then tried