This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Adding a file while linking
- From: Khem Raj <raj dot khem at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 23 Feb 2005 12:14:10 -0800
- Subject: Adding a file while linking
- Reply-to: Khem Raj <raj dot khem at gmail dot com>
Hi
I want to add a file when linking is performed using gcc. Like crt*
files. I also want to control the inclusion of this file with a
commandline option in gcc.
What would be the best way to do it.?
TIA
-Khem