mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
* custom/Makefile.am: Modified to reflect addition of files. * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant. * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
14 lines
220 B
INI
14 lines
220 B
INI
#
|
|
# Config file for the European Space Agency ERC32
|
|
# a V7 SPARC processor derived from the Cypress 601/602 set.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
# ERC32 without FPU
|
|
|
|
RTEMS_CPU_MODEL=erc32nfp
|
|
|
|
include $(RTEMS_ROOT)/make/custom/erc32.cfg
|
|
|