Don't try to extract gdbserver configury; we don't yet support gdbserver.

This commit is contained in:
thorpej 2002-05-20 15:19:09 +00:00
parent adf9f4096f
commit e1b93f4526

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mknative,v 1.7 2002/02/27 17:55:32 tv Exp $
# $NetBSD: mknative,v 1.8 2002/05/20 15:19:09 thorpej Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/toolchain.
@ -256,9 +256,9 @@ get_gdb () {
CCFLAGS OBJECTS
} | write_mk gnu/usr.bin/gdb/arch/$MACHINE_ARCH/defs.mk
getvars gdb/gdbserver/Makefile \
INTERNAL_CFLAGS OBS \
| write_mk gnu/usr.bin/gdb/arch/$MACHINE_ARCH/gdbserver.mk
# getvars gdb/gdbserver/Makefile \
# INTERNAL_CFLAGS OBS \
# | write_mk gnu/usr.bin/gdb/arch/$MACHINE_ARCH/gdbserver.mk
cat $_TMPDIR/gdb/config.h $_TMPDIR/readline/config.h \
| write_c gnu/usr.bin/gdb/arch/$MACHINE_ARCH/config.h