7 Commits

Author SHA1 Message Date
Chris Johns
9c1e5c7e01 sb: Fix the library handling in rtems-build-dep 2023-05-16 13:19:42 +10:00
Chris Johns
c799e04a8f 5/packages: Add curl and update all packages with RTEMS 5 and LibBSD
- Update rtems-bsp support to correctly handle hosts for BSP.
- Clean up the options for a BSP.
- Check all RTEMS 5 packages and add 5/rtems-packages for all that build.
- Update download locations and checksum of all packages.

- The work requires the kernel and Libbsd hacve the same prefix.
2019-07-21 21:09:34 +10:00
Chris Johns
98588a5596 sb/rtems-build-dep: Fix arg check loop, removes stray 0 in build. 2019-02-10 05:12:04 +11:00
Chris Johns
257c9267cf gdb/python: Use python-config for the configuration if found.
- Do not assume the installed paths for the header and library.
  Ask python-config if found.

Close #3537.
2018-12-25 10:15:55 +11:00
Joel Sherrill
0794cc37eb rtems-build-dep: Add support for Cygwin
updates #3537.
2018-10-24 10:34:05 -05:00
Chris Johns
e2209fa153 sb: Fix rtems-build-dep to handle various issues
- Remove CR characters on Windows.
- Force the compiler to output English so the pattern
  matching works.

Updates #3537.
2018-10-24 21:43:18 +11:00
Chris Johns
13f4c37999 sb: Add support to search for a suitable version of python.
The command python has been removed from upstream python and python2
and python3 is now used. This patch wraps the commands in a shell
script that locates a suitable python to run.

Updates #3537
2018-10-21 09:49:02 +11:00