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
jos...@codesourcery.com

Reply via email to