Re: Porting GNUstep to the RISC-V architecture

2022-05-13 Thread Frederik Seiffert
I tested the Make changes with the MSVC toolchain and it works fine. Frederik > Am 10.05.2022 um 23:13 schrieb Fred Kiefer : > > I committed both changes together to a tools-make branch. Somebody now has to > check whether this still works with MSVC as config.guess seem to have dropped >

Re: Porting GNUstep to the RISC-V architecture

2022-05-12 Thread Gerold Rupprecht
Dear Lars, Fred, Gregory, My congratulations to you and all other contributors in supporting the RISC-V architecture. Your professionalism shows through in the robustness and portability of the code base. Bravo! Gerold On 5/8/22 10:49 PM, lars.sonchocky-helld...@hamburg.de wrote: > Hi Fred,

Re: Porting GNUstep to the RISC-V architecture

2022-05-10 Thread Fred Kiefer
I committed both changes together to a tools-make branch. Somebody now has to check whether this still works with MSVC as config.guess seem to have dropped support for that platform. As far as I can tell we currently don’t have any CI pipeline set up for make. This is probably tested when

Re: Porting GNUstep to the RISC-V architecture

2022-05-08 Thread lars.sonchocky-helld...@hamburg.de
Hi Fred, I did this change only in tools-make but then again I’ve built the whole GNUstep hierarchy at once using that compile-all script from tools-scripts. So I guess it might be different if you’re building those modules separately. I think it wouldn’t hurt to update the config.guess and

Re: Porting GNUstep to the RISC-V architecture

2022-05-08 Thread Fred Kiefer
OK, so I will undo my local change and instead update these two files. Was that change needed for all GNUstep modules? Fred > Am 08.05.2022 um 05:15 schrieb lars.sonchocky-helld...@hamburg.de: > > From sheer excitement I forgot to answer your question: configure works fine > so far even when

Re: Porting GNUstep to the RISC-V architecture

2022-05-07 Thread lars.sonchocky-helld...@hamburg.de
From sheer excitement I forgot to answer your question: configure works fine so far even when not updating configure and configure.ac, e.g. replacing config.guess and config.sub with recent versions is just enough. regards, Lars > Am 08.05.2022 um 01:11 schrieb Fred Kiefer : > >

Re: Porting GNUstep to the RISC-V architecture

2022-05-07 Thread Fred Kiefer
Lars, could you please try whether it would be sufficient to just replace these two file without updating configure and configure.ac? That update is fine for me, but it would stop people with an old autoconf to regenerate the configure file. Cheers, Fred > Am 08.05.2022 um 00:32 schrieb