summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-08-04 05:45:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-08-04 05:45:16 +0000
commit787ca182b6804939ed2f2eb0f1477c59750d3a64 (patch)
tree789cefbdc65c8ede128c92a1d9c632e4fa9e5e33 /c/src/make
parentAdd tar.h. (diff)
downloadrtems-787ca182b6804939ed2f2eb0f1477c59750d3a64.tar.bz2
2007-08-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp.cfg.in: Hard-code HAS_RDBG = no. * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog5
-rw-r--r--c/src/make/bsp.cfg.in2
-rw-r--r--c/src/make/target.cfg.in2
3 files changed, 7 insertions, 2 deletions
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 <ralf.corsepius@rtems.org>
+
+ * bsp.cfg.in: Hard-code HAS_RDBG = no.
+ * target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.
+
2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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@