summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/custom/force386.cfg3
-rw-r--r--make/custom/i386ex.cfg3
2 files changed, 6 insertions, 0 deletions
diff --git a/make/custom/force386.cfg b/make/custom/force386.cfg
index 10640dc2bb..57c832e2b9 100644
--- a/make/custom/force386.cfg
+++ b/make/custom/force386.cfg
@@ -25,6 +25,9 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# to enable it.
HAS_NETWORKING=no
+# This BSP does not support librdbg
+HAS_RDBG=no
+
# This section makes the target dependent options file.
# NDEBUG (C library)
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index cb85c78fba..a3dee793eb 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -21,6 +21,9 @@ CPU_CFLAGS =
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
+# This BSP does not support librdbg
+HAS_RDBG=no
+
# This section makes the target dependent options file.
# NDEBUG (C library)