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
> 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
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
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