summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
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/bsp.cfg.in
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 '')
-rw-r--r--c/src/make/bsp.cfg.in2
1 files changed, 1 insertions, 1 deletions
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 ?