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/ChangeLog | 5 +++++ c/src/make/bsp.cfg.in | 2 +- c/src/make/target.cfg.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src/make') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index a1dd8387bb..360bcfd363 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,8 @@ +2007-08-04 Ralf Corsépius + + * bsp.cfg.in: Hard-code HAS_RDBG = no. + * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no. + 2007-08-02 Joel Sherrill * configure.ac: Remove RDBG. 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 ? diff --git a/c/src/make/target.cfg.in b/c/src/make/target.cfg.in index 768cfc560a..57f97a3d73 100644 --- a/c/src/make/target.cfg.in +++ b/c/src/make/target.cfg.in @@ -35,7 +35,7 @@ RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@ RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@ RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@ -RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@ +RTEMS_HAS_RDBG = no RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ RTEMS_CPU = @RTEMS_CPU@ -- cgit v1.2.3