Module Name: src
Committed By: christos
Date: Thu Oct 3 18:58:37 UTC 2013
Modified Files:
src/tools/gdb: mknative-gdb
Log Message:
more files needed
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/gdb/mknative-gdb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gdb/mknative-gdb
diff -u src/tools/gdb/mknative-gdb:1.5 src/tools/gdb/mknative-gdb:1.6
--- src/tools/gdb/mknative-gdb:1.5 Sun Nov 6 14:46:12 2011
+++ src/tools/gdb/mknative-gdb Thu Oct 3 14:58:37 2013
@@ -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_libdecnumber () {
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 @@ get_gdb_libgdb () {
# 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