source: rtems-source-builder/rtems/config/5/rtems-default.bset @ 1e5a261

5
Last change on this file since 1e5a261 was 1e5a261, checked in by Chris Johns <chrisj@…>, on 10/12/18 at 17:44:48

rtems-5: Move GDB to as early in the build as possible.

This should show the python build errors as soon as possible.

  • Property mode set to 100644
File size: 425 bytes
Line 
1#
2# Default tools configuration.
3#
4
5#
6# The RTEMS base defines
7#
8%include rtems-base.bset
9
105/rtems-autotools
11
12#
13# Build gdb first to raise the Python install error as early as possible.
14# GDB needs expat so it needs to be built before.
15#
16
17devel/expat-2.1.0-1
18tools/rtems-gdb-8.0.1-1
19
20tools/rtems-binutils-2.31.1
21tools/rtems-gcc-7.3.0-newlib-103b055035fea328f8bc7826801760fb1c055683
22tools/rtems-tools-5-1
23tools/rtems-kernel-5
Note: See TracBrowser for help on using the repository browser.