From 787ca182b6804939ed2f2eb0f1477c59750d3a64 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 4 Aug 2007 05:45:16 +0000 Subject: =?UTF-8?q?2007-08-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bsp.cfg.in: Hard-code HAS_RDBG = no. * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no. --- c/src/make/bsp.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/make/bsp.cfg.in') diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in index 12d64f3890..e97956a104 100644 --- a/c/src/make/bsp.cfg.in +++ b/c/src/make/bsp.cfg.in @@ -8,7 +8,7 @@ HAS_MP = @HAS_MP@ ## ## Does this BSP support RTEMS's remote debugger ? ## -HAS_RDBG = @HAS_RDBG@ +HAS_RDBG = no ## ## Does this BSP support RTEMS's posix API ? -- cgit v1.2.3