mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.
29 lines
447 B
Plaintext
29 lines
447 B
Plaintext
#
|
|
# Tools Set for RTEMS AVR 4.10 Stable
|
|
#
|
|
|
|
%define release 1
|
|
|
|
%define rtems_arch avr
|
|
|
|
#
|
|
# The RTEMS 4.10 base defines.
|
|
#
|
|
%include rtems-4.10-base.bset
|
|
|
|
#
|
|
# Disable building a C++ compiler.
|
|
# configure: error: unable to detect exception model
|
|
#
|
|
%define enable_cxx 0
|
|
%define rtems_cxx 0
|
|
|
|
#
|
|
# Tools configuration.
|
|
#
|
|
expat-2.1.0-1
|
|
tools/rtems-binutils-2.20.1-1
|
|
tools/rtems-gcc-4.4.7-newlib-1.18.0-1
|
|
tools/rtems-gdb-7.3.1-1
|
|
tools/rtems-kernel-4.10.2
|