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

Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.
29 lines
447 B
Plaintext
29 lines
447 B
Plaintext
#
|
|
# Tools Set for RTEMS MIPS 4.11 Stable
|
|
#
|
|
|
|
%define release 1
|
|
|
|
%define rtems_arch mips
|
|
|
|
#
|
|
# The RTEMS 4.11 BSP to build and test
|
|
#
|
|
%define rtems_bsps all
|
|
%define rtems_test_bsps jmr3904
|
|
|
|
#
|
|
# The RTEMS 4.11 base defines.
|
|
#
|
|
%include rtems-4.11-base.bset
|
|
|
|
#
|
|
# Tools configuration.
|
|
#
|
|
devel/expat-2.1.0-1
|
|
tools/rtems-binutils-2.23.2-1
|
|
tools/rtems-gcc-4.8.0-newlib-cvs-1
|
|
tools/rtems-gdb-7.6-1
|
|
tools/rtems-mipstx39-gdb-7.6-1
|
|
tools/rtems-kernel-4.11
|