Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Eli Schwartz
On 12/9/23 10:51 AM, Luke A. Guest wrote: >>> Can we add the following patch to the toolchain.eclass? I want to stop >>> having to mess with this overlay. The diff can be generated by >>> grabbing the repo https://github.com/Lucretia/ada-overlay and running >>> ./scripts/diff_eclass.sh. >> >> It'd

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
Sorry about the spam, I just squashed the two commits together.From 471dbc22de2c31e4ca4191d70cc8bcbe452f3b97 Mon Sep 17 00:00:00 2001 From: "Luke A. Guest" Date: Sat, 9 Dec 2023 18:05:31 + Subject: [PATCH] Add building Ada support into the base toolchain (GCC) mechanics. Add Ada bootstrap eb

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
On 09/12/2023 15:12, Sam James wrote: "Luke A. Guest" writes: Hi, Can we add the following patch to the toolchain.eclass? I want to stop having to mess with this overlay. The diff can be generated by grabbing the repo https://github.com/Lucretia/ada-overlay and running ./scripts/diff_eclas

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
Can we add the following patch to the toolchain.eclass? I want to stop having to mess with this overlay. The diff can be generated by grabbing the repo https://github.com/Lucretia/ada-overlay and running ./scripts/diff_eclass.sh. It'd be useful to send the whole lot with `git send-email` as prop

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
And this is what gcc:13 +ada would install: https://gist.github.com/Lucretia/4837322a4d4ea331246600513ed40aaf On 09/12/2023 15:30, Luke A. Guest wrote: and FYI, I've been utilising this overlay for Ada for over a year.

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
and FYI, I've been utilising this overlay for Ada for over a year.

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
On 09/12/2023 15:12, Sam James wrote: "Luke A. Guest" writes: Hi, Can we add the following patch to the toolchain.eclass? I want to stop having to mess with this overlay. The diff can be generated by grabbing the repo https://github.com/Lucretia/ada-overlay and running ./scripts/diff_ecla

Re: [gentoo-dev] Adding Ada support

2023-12-09 Thread Sam James
"Luke A. Guest" writes: > Hi, > > Can we add the following patch to the toolchain.eclass? I want to stop > having to mess with this overlay. The diff can be generated by > grabbing the repo https://github.com/Lucretia/ada-overlay and running > ./scripts/diff_eclass.sh. It'd be useful to send t

[gentoo-dev] Adding Ada support

2023-12-09 Thread Luke A. Guest
Hi, Can we add the following patch to the toolchain.eclass? I want to stop having to mess with this overlay. The diff can be generated by grabbing the repo https://github.com/Lucretia/ada-overlay and running ./scripts/diff_eclass.sh. The only thing I'm not sure about is the BDEPEND stuff. T

[gentoo-dev] Adding Ada support to toolchain.eclass

2016-07-10 Thread Luke A. Guest
Hi, I've managed to add Ada to the toolchain.eclass, I've built in a chroot for x86 and amd64, building 4.9.3 using the bootstrap that Steve Arnold put together. I also then built a 5.1.0 build using the installed 4.9.3 toolchain. I then installed mingw crossdev toolchain with ada support. It's b