This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Build static libgcc with hidden visibility even with --disable-shared
- From: Ian Lance Taylor <iant at google dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, ian at airs dot com
- Date: Tue, 21 Aug 2012 17:59:14 -0700
- Subject: Re: Build static libgcc with hidden visibility even with --disable-shared
- References: <Pine.LNX.4.64.1208220032120.14748@digraph.polyomino.org.uk>
On Tue, Aug 21, 2012 at 5:33 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
>
> 2012-08-21 Joseph Myers <joseph@codesourcery.com>
>
> * Makefile.in (vis_hide, gen-hide-list): Do not make definitions
> depend on --enable-shared.
> ($(lib1asmfuncs-o)): Use %.vis files independent of
> --enable-shared.
> * static-object.mk ($(base)$(objext), $(base).vis)
> ($(base)_s$(objext)): Use same rules for visibility handling as in
> shared-object.mk.
This is OK.
Thanks.
Ian