Message-Id: Date: Fri, 28 Jun 1996 11:44:39 +1200 From: Bill Currie To: djgpp AT delorie DOT com Subject: gcc specs file Is there any documentation on the specs file gcc uses (couldn't find any in info) I wish to teach gcc about ar files (as in makes use of archive(member) ) so I can use a command like: gcc -c -o libfoo.a(foo.o) foo.c Can I do this using the specs file or would I have to modify the gcc sources. TIA Bill