This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Specifying command line arguments in a file?
- To: Robert Schweikert <rjschwei at hks dot com>
- Subject: Re: Specifying command line arguments in a file?
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 30 Apr 2001 11:21:54 -0700
- CC: gcc at gcc dot gnu dot org
- References: <Pine.LNX.4.31.0104292025040.3297-100000@cheetah.hks.com>
Robert Schweikert <rjschwei@hks.com> writes:
> IS there a secret handshake between gcc and ld to get a large number of
> object files to be linked to ld without going through exce and without
> trying to mangle up a linker script?
Typically you put the object files in a .a library.
--
- Geoffrey Keating <geoffk@geoffk.org>