summaryrefslogtreecommitdiffstats
path: root/source-builder/sb-rtems-config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Use shebang env pythonChris Johns2020-08-251-10/+13
| | | | Closes #4037
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-14/+10
| | | | | | | | 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
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-1/+3
| | | | | | Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
* Add an RTEMS config wrapper around Makefile.inc.Chris Johns2013-05-131-0/+29
This is an internal command that wraps the Makefile.inc file in a BSP so you can get at the configuration values from the command line without knowing anything about Makefile.inc. To use: $ ../source-builder/sb-rtems-config \ --rtems=$HOME/development/rtems/4.11 \ --rtems-bsp=sis \ rtems_cpu_cflags The option '--list' lists all available configuration values. The configuration values are match case insensitive and you can list a number with each printed on a separate line. The --rtems-bsp can be in new coming standard of arch/bsp such as 'sparc/sis' or you can just supply the bsp, eg 'sis'.