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: Building the 7.8.90 pretest on MinGW


> > No one's really answered, so I'll provide some feedback: We can add
> > one or more modules, but I'm pretty sure the code for all modules need
> > to be from the same version of gnulib.
> 
> What about just "cherry-picking" that single change?  Or would that
> cause trouble further down the line, when we do update gnulib?

It doesn't work with the way we import gnulib - we import using
a SHA1 as a reference so that others can repeat the exact same
import when adding new modules. If you are curious, the script we use
is at gdb/gnulib/update-gnulib.sh (see GNULIB_COMMIT_SHA1).

-- 
Joel


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