source: rtems-source-builder/bare/config/bare-config.cfg @ 57b93eb

4.11
Last change on this file since 57b93eb was 57b93eb, checked in by Chris Johns <chrisj@…>, on 03/18/16 at 04:12:23

bare/qemu: Use git if the RSB is not release or without a release URL.

Updates #2661.

  • 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.11
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.