Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb more files needed
details: https://anonhg.NetBSD.org/src/rev/28634d7c2278
branches: trunk
changeset: 790328:28634d7c2278
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 03 18:58:37 2013 +0000
description:
more files needed
diffstat:
tools/gdb/mknative-gdb | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 32759eef31d0 -r 28634d7c2278 tools/gdb/mknative-gdb
--- a/tools/gdb/mknative-gdb Thu Oct 03 18:50:29 2013 +0000
+++ b/tools/gdb/mknative-gdb Thu Oct 03 18:58:37 2013 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gdb,v 1.5 2011/11/06 19:46:12 christos Exp $
+# $NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/external/gpl3/gdb
@@ -100,7 +100,7 @@
get_gdb_libgdb () {
local _GDBP=$_GDB/lib/libgdb
- mkdir -p $_TOP/$_GDBP/arch/$MACHINE_ARCH
+ mkdir -p $_TOP/$_GDBP/arch/$MACHINE_ARCH/build-gnulib
{
getvars gdb/Makefile \
@@ -111,7 +111,8 @@
# INTERNAL_CFLAGS OBS \
# | write_mk $_GDB/bin/gdb/arch/$MACHINE_ARCH/gdbserver.mk
- for i in config.h observer.h observer.inc version.c init.c xml-builtin.c
+ for i in config.h observer.h observer.inc version.c init.c \
+ xml-builtin.c build-gnulib/config.h jit-reader.h
do
write_c $_GDBP/arch/$MACHINE_ARCH/$i \
< $_TMPDIR/gdb/$i
Home |
Main Index |
Thread Index |
Old Index