mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 16:13:07 +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.
13 lines
170 B
INI
13 lines
170 B
INI
#
|
|
# Config file for the European Space Agency LEON SPARC processor.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
# LEON without FPU
|
|
|
|
RTEMS_CPU_MODEL=leon1
|
|
|
|
include $(RTEMS_ROOT)/make/custom/leon2.cfg
|
|
|