This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog Makefile.in


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-03-23 21:31:29

Modified files:
	gdb            : ChangeLog Makefile.in 

Log message:
	gdb: fix building with system readline
	
	Building gdb with --enable-targets=all and --with-system-readline hits a
	failure in a few targets all related to the inclusion of some opcodes
	headers.  The usage of the bundled readline results in an -I to the top
	srcdir, but if that isn't used, then there is no such -I path.  A few gdb
	targets use this implicitly to include opcodes/ source header files.  So
	make sure there is always an explicit -I path to the opcodes/ directory.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11512&r2=1.11513
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1115&r2=1.1116


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