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

2025-03-25 Thread Keith Packard
This option adds a per-multilib variant that specifies -Os instead of the default. Signed-off-by: Keith Packard --- config-ml.in | 2 +- gcc/Makefile.in | 32 +++- gcc/configure| 13 + gcc/configure.ac | 7 +++ gcc/doc/instal

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

2024-10-21 Thread Keith Packard
> Option names should be inside @option{}, e.g. @option{-O2}. Thanks. Will be updated in the next version. I'll wait for some review of the functional bits of this series. -- -keith signature.asc Description: PGP signature

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

2024-10-21 Thread Joseph Myers
On Sat, 19 Oct 2024, Keith Packard wrote: > +@item --enable-multilib-space > +Double the set of target libraries built by building two versions of > +each specified by the options above, one using -O2 and another using > +-Os. During linking, the -O2 variant will be selected by > +default. Select

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

2024-10-19 Thread Keith Packard
This option adds a per-multilib variant that specifies -Os instead of the default. Signed-off-by: Keith Packard --- config-ml.in | 2 +- gcc/Makefile.in | 32 +++- gcc/configure| 13 + gcc/configure.ac | 7 +++ gcc/doc/instal