mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
39 lines
616 B
Plaintext
39 lines
616 B
Plaintext
#
|
|
# Tools Set for RTEMS PowerPC 4.11 Stable
|
|
#
|
|
|
|
%define release 1
|
|
|
|
%define rtems_arch powerpc
|
|
|
|
#
|
|
# The RTEMS 4.11 base defines.
|
|
#
|
|
%include rtems-4.11-base.bset
|
|
|
|
#
|
|
# Simulator options.
|
|
#
|
|
%define gdb-sim-options --enable-sim-hardware --enable-timebase --enable-sim-trace
|
|
|
|
#
|
|
# If Windows (MinGW) do not build the simulator.
|
|
#
|
|
%define win32-gdb-disable-sim
|
|
|
|
#
|
|
# Enable OpenMP support
|
|
#
|
|
%define with_libgomp
|
|
|
|
#
|
|
# Tools configuration.
|
|
#
|
|
4.11/rtems-autotools
|
|
devel/expat-2.1.0-1
|
|
tools/rtems-binutils-2.24-1
|
|
tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1
|
|
tools/rtems-gdb-7.9-1
|
|
tools/rtems-tools-4.11-1
|
|
tools/rtems-kernel-4.11
|