source: rtems-source-builder/bare/config/bare-config.cfg @ 52561d9

4.104.95
Last change on this file since 52561d9 was 873016c, checked in by Chris Johns <chrisj@…>, on 11/05/13 at 11:09:11

Add Bare support for GNU tools.

Add support to build bare metal tools such as sparc-elf.

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