source: rtems-source-builder/bare/config/bare-config.cfg @ da3505b

5
Last change on this file since da3505b was 955c1c1, checked in by Chris Johns <chrisj@…>, on 05/08/20 at 04:28:45

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

  • Property mode set to 100644
File size: 465 bytes
Line 
1#
2# Base defines for Bare Tools. We use the RTEMS Tools repo for patches.
3#
4
5#
6# The RTEMS http git URL.
7%define rtems_http_git        http://git.rtems.org
8%define rtems_git_tools       %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
9%define bare_binutils_patches %{rtems_git_tools}/binutils
10%define bare_gcc_patches      %{rtems_git_tools}/gcc
11%define bare_newlib_patches   %{rtems_git_tools}/newlib
12%define bare_gdb_patches      %{rtems_git_tools}/gdb
Note: See TracBrowser for help on using the repository browser.