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

4.104.95
Last change on this file since ed86b4b was ed86b4b, checked in by Chris Johns <chrisj@…>, on 03/16/16 at 06:14:45

bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.

Closes #2645.

  • Property mode set to 100644
File size: 502 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#
8%define rtems_version         4.12
9%define rtems_http_git        http://git.rtems.org
10%define rtems_git_tools       %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
11%define bare_binutils_patches %{rtems_git_tools}/binutils
12%define bare_gcc_patches      %{rtems_git_tools}/gcc
13%define bare_newlib_patches   %{rtems_git_tools}/newlib
14%define bare_gdb_patches      %{rtems_git_tools}/gdb
Note: See TracBrowser for help on using the repository browser.