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

All build sets for RTEMS 4.11 that where using GCC 4.7.2 have been updated to GCC 4.7.3. This release uses a new patch from the rtems-tools git repo. The AVR tools have the target CFLAGS forced to '-O2 -g' to work around bugs in the AVR GCC compiler related to the default optimizations used when building the various run-time libraries.
21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
#
|
|
# Tools Set for RTEMS M68K 4.11 Stable
|
|
#
|
|
|
|
%define release 1
|
|
|
|
%define rtems_arch m68k
|
|
|
|
#
|
|
# The RTEMS 4.11 base defines.
|
|
#
|
|
%include rtems-4.11-base.bset
|
|
|
|
#
|
|
# Tools configuration.
|
|
#
|
|
expat-2.1.0-1
|
|
tools/rtems-binutils-2.23.1-1
|
|
tools/rtems-gcc-4.7.3-newlib-2.0.0-1
|
|
tools/rtems-gdb-7.5.1-1
|