rtems-source-builder/bare/config/bare-config.cfg
Chris Johns 873016c249 Add Bare support for GNU tools.
Add support to build bare metal tools such as sparc-elf.
2013-11-05 22:09:11 +11:00

15 lines
502 B
INI

#
# Base defines for Bare Tools. We use the RTEMS Tools repo for patches.
#
#
# The RTEMS http git URL.
#
%define rtems_version 4.11
%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