This is the mail archive of the gdb-patches@sources.redhat.com 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: PATCH: --with-sysroot for GDB


On Jan 9, 12:38pm, Daniel Jacobowitz wrote:

> Thoughts?  I'll look to apply this in a couple of days if no one
> objects to the way I implemented it.
> 
> 
> 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
> 	variables.
> 	(main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
> 	* configure.in: Add --with-sysroot.
> 	* main.c (gdb_sysroot): New variable.
> 	(captured_main): Initialize gdb_sysroot.
> 	* defs.h (gdb_sysroot): New extern declaration.

You missed a ChangeLog entry for solib.c, but I've looked over that part
of the patch and it looks good.  (But do write a ChangeLog entry for it.)

Anyway, thanks -- something like this has been needed for a long time now.

Kevin


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