Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/tools/gdb Pull up following revision(s) (requested by bou...



details:   https://anonhg.NetBSD.org/src/rev/a29db18be41c
branches:  netbsd-6
changeset: 775360:a29db18be41c
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Oct 17 22:03:19 2012 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #596):
        tools/gdb/Makefile: revision 1.22
At last on some linux distros, gmake is needed to build the cross-gdb.

diffstat:

 tools/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7951a7d76192 -r a29db18be41c tools/gdb/Makefile
--- a/tools/gdb/Makefile        Wed Oct 17 21:57:07 2012 +0000
+++ b/tools/gdb/Makefile        Wed Oct 17 22:03:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2012/02/09 15:15:58 skrll Exp $
+#      $NetBSD: Makefile,v 1.21.2.1 2012/10/17 22:03:19 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@
 ALL_TARGET=    all-gdb
 INSTALL_TARGET=        install-gdb
 
-.include "${.CURDIR}/../Makefile.gnuhost"
+.include "${.CURDIR}/../Makefile.gmakehost"
 
 CCADDFLAGS=    --sysroot=${DESTDIR} -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/ -I${.OBJDIR}/.native/gcc/include
 



Home | Main Index | Thread Index | Old Index