rtems/bsps: Add the sparc/erc32 and i386/pc BSP build sets

This commit is contained in:
Chris Johns 2020-03-04 20:44:57 +11:00
parent a89a9c0358
commit ce6b7a53af
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
#
# ERC32
#
# Build into the prefix path:
#
# - sparc tools
# - RTEMS Kernel and BSP
# - LibBSD
# - Packages
#
%define mail_single_report 1
%define with_rtems_bsp erc32
%define rtems_target sparc-rtems5
%define rtems_host %{rtems_target}
5/rtems-sparc
5/rtems-kernel
5/rtems-libbsd
5/rtems-packages

View File

@ -0,0 +1,21 @@
#
# PC
#
# Build into the prefix path:
#
# - i386 tools
# - RTEMS Kernel and BSP
# - LibBSD
# - Packages
#
%define mail_single_report 1
%define with_rtems_bsp pc686
%define rtems_target i386-rtems5
%define rtems_host %{rtems_target}
5/rtems-i386
5/rtems-kernel
5/rtems-libbsd
5/rtems-packages