Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-03 Thread Charlene Wendling
On Wed, 2 Jan 2019 18:59:30 +0100 Charlene Wendling wrote: > On Wed, 02 Jan 2019 17:52:25 +0100 > Jeremie Courreges-Anglas wrote: > > > On Wed, Jan 02 2019, George Koehler wrote: > > > On Mon, 31 Dec 2018 14:26:10 +0100 > > > Jeremie Courreges-Anglas wrote: > > > > > >> If you remove

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-02 Thread Charlene Wendling
On Wed, 02 Jan 2019 17:52:25 +0100 Jeremie Courreges-Anglas wrote: > On Wed, Jan 02 2019, George Koehler wrote: > > On Mon, 31 Dec 2018 14:26:10 +0100 > > Jeremie Courreges-Anglas wrote: > > > >> If you remove CFLAGS/CXXFLAGS = -mlongcall and restart the build > >> from scratch, are clang and

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-02 Thread Jeremie Courreges-Anglas
On Wed, Jan 02 2019, George Koehler wrote: > On Mon, 31 Dec 2018 14:26:10 +0100 > Jeremie Courreges-Anglas wrote: > >> If you remove CFLAGS/CXXFLAGS = -mlongcall and restart the build from >> scratch, are clang and friends properly linked? Do you get a working >> llvm package? > > This actually

Re: powerpc lang/gcc/6 can't build devel/llvm

2019-01-01 Thread George Koehler
On Mon, 31 Dec 2018 14:26:10 +0100 Jeremie Courreges-Anglas wrote: > If you remove CFLAGS/CXXFLAGS = -mlongcall and restart the build from > scratch, are clang and friends properly linked? Do you get a working > llvm package? This actually worked! I cleaned the build, removed the -mlongcall,

Re: powerpc lang/gcc/6 can't build devel/llvm

2018-12-31 Thread Jeremie Courreges-Anglas
On Sun, Dec 30 2018, George Koehler wrote: > Hello OpenBSD ports list! Hi! > I want to report a problem with lang/gcc/6 on powerpc, where it can't > build devel/llvm. I have reproduced the problem in a small C++ file > that errors when the powerpc option -mlongcall is passed to eg++. > > $ cat

powerpc lang/gcc/6 can't build devel/llvm

2018-12-30 Thread George Koehler
Hello OpenBSD ports list! I want to report a problem with lang/gcc/6 on powerpc, where it can't build devel/llvm. I have reproduced the problem in a small C++ file that errors when the powerpc option -mlongcall is passed to eg++. $ cat loopy.cpp #include struct Thing { int get() const