Re: [PATCH] Tweak language choice in config-list.mk

2023-12-02 Thread Richard Sandiford
Richard Biener writes: > On Thu, Sep 7, 2023 at 11:30 AM Richard Sandiford via Gcc-patches > wrote: >> >> When I tried to use config-list.mk, the build for every triple except >> the build machine's failed for m2. This is because, unlike other >> languages, m2 builds target objects during

Re: [PATCH] Tweak language choice in config-list.mk

2023-12-02 Thread Richard Sandiford
Christophe Lyon writes: > Hi! > > > On Thu, 7 Sept 2023 at 11:30, Richard Sandiford via Gcc-patches < > gcc-patches@gcc.gnu.org> wrote: > >> When I tried to use config-list.mk, the build for every triple except >> the build machine's failed for m2. This is because, unlike other >> languages, m2

Re: [PATCH] Tweak language choice in config-list.mk

2023-09-13 Thread Christophe Lyon via Gcc-patches
Hi! On Thu, 7 Sept 2023 at 11:30, Richard Sandiford via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > When I tried to use config-list.mk, the build for every triple except > the build machine's failed for m2. This is because, unlike other > languages, m2 builds target objects during all-gcc.

Re: [PATCH] Tweak language choice in config-list.mk

2023-09-12 Thread Richard Biener via Gcc-patches
On Thu, Sep 7, 2023 at 11:30 AM Richard Sandiford via Gcc-patches wrote: > > When I tried to use config-list.mk, the build for every triple except > the build machine's failed for m2. This is because, unlike other > languages, m2 builds target objects during all-gcc. The build will > therefore

[PATCH] Tweak language choice in config-list.mk

2023-09-07 Thread Richard Sandiford via Gcc-patches
When I tried to use config-list.mk, the build for every triple except the build machine's failed for m2. This is because, unlike other languages, m2 builds target objects during all-gcc. The build will therefore fail unless you have access to an appropriate binutils (or an equivalent). That's