This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.2 Project: "@file" support
Ian Lance Taylor <ian@airs.com> writes:
> Sergei Organov <osv@topconrd.ru> writes:
>
> > Laurent GUERBY <laurent@guerby.net> writes:
> > > If we add a library function to handle this we might want to
> > > add a GNU-style argument equivalent like
> > >
> > > gcc --arguments-from-file=file
> >
> > AFAIK gcc doesn't support any GNU-style arguments, isn't it?
>
> Actually, it does, but they aren't widely documented. For example,
> you can use --language instead of -x, etc.
My bad, -- confused by all that long options using single dash, sorry.
Anyway, my gcc docs only mention:
--target-help
--help
--version
--param NAME=VALUE
--
Sergei.