Re: [PATCH 2/2] gcc: Add --enable-multilib-space option

2024-10-15 Thread Keith Packard
> This should be documented in install.texi. Right. Sorry I forgot that piece. -- -keith signature.asc Description: PGP signature

Re: [PATCH 2/2] gcc: Add --enable-multilib-space option

2024-10-15 Thread Joseph Myers
On Mon, 14 Oct 2024, Keith Packard wrote: > * Makefile.in: Expand multilib set when --enable-multilib-space > * configure.ac: Support --enable-multilib-space option > * configure: Regenerate This should be documented in install.texi. -- Joseph S. Myers josmy...@redhat.com

[PATCH 2/2] gcc: Add --enable-multilib-space option

2024-10-14 Thread Keith Packard
This option adds a per-multilib variant that specifies -Os instead of the default. With this, all multilib libraries will be built with -Os as well as -O2; the appropriate one selected automatically at link time based upon the optimization level selected. This could be done in the target configura