This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MIPS, libsupc++ and -G 0
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Richard Sandiford <rsandifo at redhat dot com>
- Cc: Jonathan Larmour <jifl at eCosCentric dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 19 Apr 2005 00:39:07 -0700
- Subject: Re: MIPS, libsupc++ and -G 0
- References: <42640E4E.5000302@eCosCentric.com> <873btnnsee.fsf@firetop.home>
Richard Sandiford <rsandifo@redhat.com> writes:
> The only reliable way to get what you want is to either (a) add -G0
> multilibs or (b) change the default -G setting. Perhaps a configure
> option would be useful here. Maybe something like --with-sdata-limit,
> to go alongside options like --with-arch and --with-tune?
Or perhaps an -m option to put stuff in .sdata as normal, but generate
code as if nothing is in there?
zw