This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Adding -R or -rpath options to the specs file?
- To: Kyle dot McDonald at Sun dot COM, Kyle McDonald <Kyle dot McDonald at east dot sun dot com>
- Subject: Re: Adding -R or -rpath options to the specs file?
- From: Mark Martin <mmartin at integratedgenomics dot com>
- Date: Tue, 17 Jul 2001 17:12:26 -0500
- Cc: gcc-help at gcc dot gnu dot org
- Organization: Integrated Genomics
- References: <3B5360A0.A96CAE8D@East.Sun.COM> <01071715555402.01432@caprice> <3B54C1DB.3EA19C60@East.Sun.COM>
- Reply-To: mmartin at integratedgenomics dot com
The relevant portion of the gcc man page is available online. For gcc 3.0,
see
http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc_3.html#SEC18
With luck, spec files for gcc 2.8.1 will follow the same syntax. I'm not an
expert so I can't make a definitive statement.
Good luck,
Mark
On Tuesday 17 July 2001 17:53, Kyle McDonald wrote:
> Mark Martin wrote:
> > The gcc man page documents the syntax for the specs file.
>
> Well actually it doesn't. At least not the one that
> installed with 2.8.1 on my system.
>
> I looked there before posting the orig. question but
> I just looked again and didn't see it.
>
> I also went throught the obvious sections of the info
> docs. There wasn't anything in the index on the 'specs'
> file either.
>
> Any other ideas? Is there an advanced GCC manual
> somewhere?
>
> -Kyle