Re: [PATCH] modula2/108462 - duplicate install of static modula2 target libs

2023-01-31 Thread Gaius Mulley via Gcc-patches
Richard Biener writes: > On Mon, 23 Jan 2023, Richard Biener wrote: > >> The following addresses the fact that libgm2 installs static libraries >> into two places, one performed by >> >> toolexeclib_LTLIBRARIES = libm2cor.la >> >> and one performed as part of the install-data-local rule to a >>

Re: [PATCH] modula2/108462 - duplicate install of static modula2 target libs

2023-01-31 Thread Richard Biener via Gcc-patches
On Mon, 23 Jan 2023, Richard Biener wrote: > The following addresses the fact that libgm2 installs static libraries > into two places, one performed by > > toolexeclib_LTLIBRARIES = libm2cor.la > > and one performed as part of the install-data-local rule to a > m2/m2cor subdirectory alongside Mo

[PATCH] modula2/108462 - duplicate install of static modula2 target libs

2023-01-23 Thread Richard Biener via Gcc-patches
The following addresses the fact that libgm2 installs static libraries into two places, one performed by toolexeclib_LTLIBRARIES = libm2cor.la and one performed as part of the install-data-local rule to a m2/m2cor subdirectory alongside Modula-2 .def and .mod files. This patch opts to keep the c