summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-default-tools.bset
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-05-05 12:32:16 +1000
committerChris Johns <chrisj@rtems.org>2022-05-05 12:32:16 +1000
commit7d80719f7472debdf7d54a61f9ffc7fc31d57d13 (patch)
tree9b2f5518ac45ce014c60c425eb34da8f57324a88 /rtems/config/tools/rtems-default-tools.bset
parent7: Back port gcov-tool merge-stream to GCC 12 (diff)
downloadrtems-source-builder-7d80719f7472debdf7d54a61f9ffc7fc31d57d13.tar.bz2
sb/setbuilder: Control buildsets using the --with-* command line option
- Expand macros in buildset file names - Add support to buildsets for `%defineifnot` - Update 6 and 7 to support command line build overrides Closes #4646
Diffstat (limited to 'rtems/config/tools/rtems-default-tools.bset')
-rw-r--r--rtems/config/tools/rtems-default-tools.bset15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset
new file mode 100644
index 0000000..7d273cf
--- /dev/null
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -0,0 +1,15 @@
+#
+# Default tools build
+#
+
+#
+# Build gdb first to raise the Python install error as early as
+# possible. GDB needs expat so it needs to be built before gdb.
+#
+%{with_rtems_dtc}
+%{with_rtems_expat}
+%{with_rtems_gmp}
+%{with_rtems_gdb}
+%{with_rtems_binutils}
+%{with_rtems_gcc}
+%{with_rtems_tools}