This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [patch 1/2] add sha1 to libiberty


On Mon, Jul 09, 2007 at 03:54:40PM -0700, Roland McGrath wrote:
> This copies in the sha1 implementation from gnulib.  The necessary
> configury is already there, so it works as is.  Is there any particular
> policy about copying from gnulib or plan for staying in synch?

FWIW, when I needed gnulib modules in GDB, I just used gnulib-tool
directly in the GDB directory.  A similar approach should work fine
for ld - or maybe BFD or the top level, since I'm assuming GDB would
want to check this checksum.  I can drag out the build infrastructure
to use gnulib-tool from gdb if you think it would be helpful, but
there wasn't much to it.  Even less if you do it from a directory
which uses automake.


-- 
Daniel Jacobowitz
CodeSourcery


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