From 1e5a261872553cd9dc98ddd672d350a044e93f88 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 12 Oct 2018 10:44:48 -0700 Subject: rtems-5: Move GDB to as early in the build as possible. This should show the python build errors as soon as possible. --- rtems/config/5/rtems-default.bset | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'rtems') diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset index 033f236..7927808 100644 --- a/rtems/config/5/rtems-default.bset +++ b/rtems/config/5/rtems-default.bset @@ -9,9 +9,15 @@ 5/rtems-autotools +# +# Build gdb first to raise the Python install error as early as possible. +# GDB needs expat so it needs to be built before. +# + devel/expat-2.1.0-1 +tools/rtems-gdb-8.0.1-1 + tools/rtems-binutils-2.31.1 tools/rtems-gcc-7.3.0-newlib-103b055035fea328f8bc7826801760fb1c055683 -tools/rtems-gdb-8.0.1-1 tools/rtems-tools-5-1 tools/rtems-kernel-5 -- cgit v1.2.3