forked from Imagelibrary/rtems
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32 * ChangeLog: File paths corrected
17 lines
256 B
INI
17 lines
256 B
INI
#
|
|
# Configuration file for a simcpu32 in BSCV
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
#
|
|
# All BSVC configurations share the same base file, only the cpu model
|
|
# differs.
|
|
#
|
|
|
|
RTEMS_MVME162_MODEL=mvme162lx
|
|
RTEMS_BSVC_MODEL=simcpu32
|
|
|
|
include $(RTEMS_ROOT)/make/custom/sim68000.cfg
|
|
|