summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-07 14:04:41 +1100
committerChris Johns <chrisj@rtems.org>2018-02-08 08:55:07 +1100
commit70159fb9e3db5b68bd4aeed432deab0537bc37d8 (patch)
treef8084638c4156ef4a8bb1936d5db79237a07312a
parentsb: Back port changes to support mailing list posting. (diff)
downloadrtems-source-builder-70159fb9e3db5b68bd4aeed432deab0537bc37d8.tar.bz2
4.10: Disable building the simulator in GDB for SPARC and LM32.
There is POSIX code that does not build on Windows. Close #3291
-rw-r--r--rtems/config/4.10/rtems-lm32.bset3
-rw-r--r--rtems/config/4.10/rtems-sparc.bset3
2 files changed, 6 insertions, 0 deletions
diff --git a/rtems/config/4.10/rtems-lm32.bset b/rtems/config/4.10/rtems-lm32.bset
index c227def..64906ed 100644
--- a/rtems/config/4.10/rtems-lm32.bset
+++ b/rtems/config/4.10/rtems-lm32.bset
@@ -4,4 +4,7 @@
%define release 1
%define rtems_arch lm32
+
+%define win32-gdb-disable-sim 1
+
%include 4.10/rtems-defaults.bset
diff --git a/rtems/config/4.10/rtems-sparc.bset b/rtems/config/4.10/rtems-sparc.bset
index 4917c4d..2204299 100644
--- a/rtems/config/4.10/rtems-sparc.bset
+++ b/rtems/config/4.10/rtems-sparc.bset
@@ -4,4 +4,7 @@
%define release 1
%define rtems_arch sparc
+
+%define win32-gdb-disable-sim 1
+
%include 4.10/rtems-defaults.bset