This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Create common hooks structure shared between driver and cc1


On Wed, 25 May 2011, Mike Stump wrote:

> On May 25, 2011, at 12:21 PM, Joseph S. Myers wrote:
> > Here is a revised version of my patch
> 
> So, don't know why, but g++'s link line doesn't have libcommon-target.a 
> on it for me, which results in a build failure.  I've tried removing 
> files, reconfiguring and haven't figured it out.  Any ideas?

It's explicitly and directly on the link line in cp/Make-lang.in since my 
previous patch (r174109) that added the library, so I have no ideas there.

g++$(exeext): $(GXX_OBJS) $(EXTRA_GCC_OBJS) libcommon-target.a $(LIBDEPS)
        +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
          $(GXX_OBJS) $(EXTRA_GCC_OBJS) libcommon-target.a $(LIBS)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]