rtems-source-builder/bare/config/bare-config.cfg
Chris Johns 955c1c173e bare/qemu: Fixes building on FreeBSD
- Move the qemu config to a common file shared by qemu and qemu4.

- Disable nettle on qemu4, FreeBSd complained.

- Add some extra git cleaning steps to the git path. These however
  do not full clean the qemu submodules and it is not worth the
  effort to try and fix.

- The devel/qemu will not build on machines with python set to
  python3. This will not be fixed, use qemu4.

Closes #3966
2020-05-08 14:33:44 +10:00

13 lines
465 B
INI

#
# Base defines for Bare Tools. We use the RTEMS Tools repo for patches.
#
#
# The RTEMS http git URL.
%define rtems_http_git http://git.rtems.org
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
%define bare_binutils_patches %{rtems_git_tools}/binutils
%define bare_gcc_patches %{rtems_git_tools}/gcc
%define bare_newlib_patches %{rtems_git_tools}/newlib
%define bare_gdb_patches %{rtems_git_tools}/gdb