Module Name:    src
Committed By:   christos
Date:           Sun Oct  9 02:03:32 UTC 2011

Modified Files:
        src/tools/gdb: mknative-gdb

Log Message:
add psim support


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/tools/gdb/mknative-gdb:1.4
--- src/tools/gdb/mknative-gdb:1.3	Sun Sep 25 22:36:20 2011
+++ src/tools/gdb/mknative-gdb	Sat Oct  8 22:03:30 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mknative-gdb,v 1.3 2011/09/26 02:36:20 christos Exp $
+#	$NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/external/gpl3/gdb
@@ -130,6 +130,8 @@ get_gdb_libgdb () {
 		mkdir -p $_LIBSIM/arch/$MACHINE_ARCH
 		write_c $_LIBSIM/arch/$MACHINE_ARCH/config.h \
 			<$_TMPDIR/sim/ppc/config.h
+		write_c $_LIBSIM/arch/$MACHINE_ARCH/build-config.h \
+			<$_TMPDIR/sim/ppc/build-config.h
 		write_c $_LIBSIM/arch/$MACHINE_ARCH/cconfig.h \
 			<$_TMPDIR/sim/common/cconfig.h
 		;;

Reply via email to