This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFC 1/2] link gdbserver against libiberty


On 02/07/2014 02:49 PM, Tom Tromey wrote:
> Yao> ... and I don't understand why do we remove AR and AR_FLAGS from
> Yao> FLAGS_TO_PASS.
> 
> I don't remember any more, either.
> I restored them and rebuilt and it all worked fine.
> I did discover that my earlier patch had broken "make install"; fixed in
> this version.

This looks good to me.  Thanks for doing this.

> -SUBDIRS = $(GNULIB_BUILDDIR)
> +SUBDIRS = $(GNULIB_BUILDDIR) $(LIBIBERTY_BUILDDIR)
>  CLEANDIRS = $(SUBDIRS)
> +INSTALLDIRS = $(GNULIB_BUILDDIR)

I understand making sure we don't try to install anything from
libiberty.  Preexisting to this patch, but I wonder why we even
run make install in gnulib.  Seems that like with libiberty,
we wouldn't ever want to install anything built in gnulib
subdir.

-- 
Pedro Alves


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