mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- This tracks the common RTEMS tools version. It does not track special builds that are specific to a tool set. - Use with "--target=microblaze-elf gnu-tools" where the target is the tools to build
18 lines
498 B
Plaintext
18 lines
498 B
Plaintext
#
|
|
# Default tools configuration.
|
|
#
|
|
|
|
#
|
|
# Default bare build. Override on the command line to the
|
|
# the RSB. For example to test the latest version of gcc use:
|
|
#
|
|
# --with-bare-gcc=tools/gnu-gcc-head-newlib-head
|
|
#
|
|
%defineifnot with_bare_expat devel/expat-2.4.8-1
|
|
%defineifnot with_bare_gmp devel/gmp-6.2.1
|
|
%defineifnot with_bare_gdb devel/gdb-11.2
|
|
%defineifnot with_bare_binutils devel/binutils-2.38
|
|
%defineifnot with_bare_gcc devel/gcc-12-newlib-head
|
|
|
|
devel/gnu-default-tools.bset
|