Re: [PATCH 0/2] cobol: Add a library spec (lingcobol.spec).

2025-03-25 Thread Richard Biener
On Mon, Mar 24, 2025 at 5:11 PM Iain Sandoe wrote: > > This adds support for target-configured specs for library-specific > specs. Initially, we will use this for the libm (but it's then > required by other pending patches). > > The first patch adds to the driver and the library, the second makes

[PATCH 0/2] cobol: Add a library spec (lingcobol.spec).

2025-03-24 Thread Iain Sandoe
This adds support for target-configured specs for library-specific specs. Initially, we will use this for the libm (but it's then required by other pending patches). The first patch adds to the driver and the library, the second makes the spec available to in-tree testing. tested on x86_64-linux