This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Pass multilib flags to libobjc
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 17:19:15 -0400
- Subject: Re: 3.4 PATCH: Pass multilib flags to libobjc
What output do you expect from the patch?
$(CC) $(MULTIFLAGS) -Wp,-print-objc-runtime-info tmp-runtime.m >> $@
One problem is that the above command tries to link tmp-runtime.o. When
you invoked "cc1obj" directly, it produced assembly output. Do you want
to invoke "$(CC) -S ..."?
David