source: rtems-source-builder/rtems/config/tools/rtems-default-tools.bset @ eea3793

Last change on this file since eea3793 was 7d80719, checked in by Chris Johns <chrisj@…>, on 05/05/22 at 02:32:16

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

  • Property mode set to 100644
File size: 294 bytes
Line 
1#
2# Default tools build
3#
4
5#
6# Build gdb first to raise the Python install error as early as
7# possible. GDB needs expat so it needs to be built before gdb.
8#
9%{with_rtems_dtc}
10%{with_rtems_expat}
11%{with_rtems_gmp}
12%{with_rtems_gdb}
13%{with_rtems_binutils}
14%{with_rtems_gcc}
15%{with_rtems_tools}
Note: See TracBrowser for help on using the repository browser.