This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: On which platforms is -fvisibility supported?
- From: Geoffrey Keating <geoffk at geoffk dot org>
- To: Jonathan Turkanis <technews at kangaroologic dot com>
- Cc: gcc at gcc dot gnu dot org, mrs at apple dot com
- Date: 16 Sep 2005 01:50:07 -0700
- Subject: Re: On which platforms is -fvisibility supported?
- References: <432848C7.2090302@kangaroologic.com>
Jonathan Turkanis <technews@kangaroologic.com> writes:
> On which platforms is the -fvisibility option supported? The GCC docs
> here (http://tinyurl.com/99wc8) suggest that it is a subset of ELF
> platforms. Is that correct?
I think I can give you an answer which is completely correct and yet
completely useless: -fvisibility=default is supported on every platform.
(What, that wasn't the flag you were planning to use?)
As Mike says,
> If you tell us what the real question is, maybe we can answer that one.