This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Make two libstdc++ tests use -Wl,--no-enum-size-warning for ARM Linux EABI
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 9 Jul 2008 15:50:34 -0500 (CDT)
- Subject: Re: Make two libstdc++ tests use -Wl,--no-enum-size-warning for ARM Linux EABI
- Accept-language: en-US
- References: <Pine.LNX.4.64.0807092025350.7074@digraph.polyomino.org.uk>
> Various g++ and gfortran tests use -Wl,--no-enum-size-warning
> for arm*-*-linux*eabi to avoid linker warnings when the test using
> -fshort-enums is linked against libraries not using -fshort-enums.
> Two libstdc++ tests need to use this option as well. This
> patch adds the option to them; OK to commit?
Yes, it's OK, many thanks.
Paolo.