Re: libgccjit-0

2021-04-12 Thread Achim Gratz
Ken Brown via Cygwin-apps writes: > Good news: An ephemeral rebase at an appropriate place in the Makefile > allows a bootstrap to succeed on both architectures. Thanks for the > suggestion. OK, that shows that things do work, albeit in a decidedly clunky manner. Regards, Achim. -- +<[Q+ Matri

Re: libgccjit-0

2021-04-12 Thread Ken Brown via Cygwin-apps
On 4/12/2021 8:18 AM, Ken Brown via Cygwin-apps wrote: On 4/12/2021 1:55 AM, ASSI wrote: Ken Brown via Cygwin-apps writes: Sorry, I spoke too soon.  It's not even working right on x86_64.  In my first build, the ordinary byte-compiled files (.elc) were already present, and that somehow prevente

Re: libgccjit-0

2021-04-12 Thread Ken Brown via Cygwin-apps
On 4/12/2021 1:55 AM, ASSI wrote: Ken Brown via Cygwin-apps writes: Sorry, I spoke too soon. It's not even working right on x86_64. In my first build, the ordinary byte-compiled files (.elc) were already present, and that somehow prevented the native-compiled files (.eln) from being built. I

Re: libgccjit-0

2021-04-11 Thread ASSI
Ken Brown via Cygwin-apps writes: > Sorry, I spoke too soon. It's not even working right on x86_64. In > my first build, the ordinary byte-compiled files (.elc) were already > present, and that somehow prevented the native-compiled files (.eln) > from being built. I just tried 'make bootstrap' a

Re: libgccjit-0

2021-04-11 Thread Ken Brown via Cygwin-apps
On 4/11/2021 3:48 PM, Achim Gratz wrote: Ken Brown via Cygwin-apps writes: On 4/11/2021 11:49 AM, Achim Gratz wrote: Both architectures? For whatever reasons the gcc testsuite on x86 always bombed out on these, so I have no idea if it works there. Yes, it works on x86 too. Great. So I'll

Re: libgccjit-0

2021-04-11 Thread Achim Gratz
Ken Brown via Cygwin-apps writes: > On 4/11/2021 11:49 AM, Achim Gratz wrote: >> Both architectures? For whatever reasons the gcc testsuite on x86 >> always bombed out on these, so I have no idea if it works there. > > Yes, it works on x86 too. Great. So I'll have to update the MingW64 toolchain

Re: libgccjit-0

2021-04-11 Thread Ken Brown via Cygwin-apps
On 4/11/2021 11:49 AM, Achim Gratz wrote: Ken Brown via Cygwin-apps writes: Thanks! It works great for building the feature/native-comp branch of emacs. (configure --with-native-compilation if you want to try it yourself.) Both architectures? For whatever reasons the gcc testsuite on x86 alwa

Re: libgccjit-0

2021-04-11 Thread Achim Gratz
Ken Brown via Cygwin-apps writes: > Thanks! It works great for building the feature/native-comp branch of > emacs. (configure --with-native-compilation if you want to try it > yourself.) Both architectures? For whatever reasons the gcc testsuite on x86 always bombed out on these, so I have no ide

Re: libgccjit-0

2021-04-11 Thread Ken Brown via Cygwin-apps
On 4/10/2021 12:23 PM, Achim Gratz wrote: I've uploaded a test version of gcc-10.3.0 that has the JIT library enabled: Thanks! It works great for building the feature/native-comp branch of emacs. (configure --with-native-compilation if you want to try it yourself.) One minor packaging note: