Files
rtems/make/custom/default.cfg
Joel Sherrill 15043ea98a 2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg,
	custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
	custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg,
	custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg,
	custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate
	START_BASE and START_FILE.
2008-09-18 17:33:55 +00:00

19 lines
524 B
INI

# Default target settings
#
# Some of these values are redefined in the target specific .cfg files.
#
# Created by Jiri Gaisler, 16-03-97 (who is owed a debt of gratitude
# for the initial RTEMS autoconf support. Thanks. --joel)
#
# $Id$
#
include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
## Target compiler config file, if any
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg