From 7e5a4811941092f132d29d9eff1184078d5d348b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 2000 20:55:35 +0000 Subject: 2000-09-12 Ralf Corsepius * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE, LINKCMDS handling. * default.cfg.in: Remove everything but START_BASE. --- c/src/make/custom/default.cfg.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'c/src/make/custom/default.cfg.in') diff --git a/c/src/make/custom/default.cfg.in b/c/src/make/custom/default.cfg.in index 7eb7dc037f..1316a3e149 100644 --- a/c/src/make/custom/default.cfg.in +++ b/c/src/make/custom/default.cfg.in @@ -1,20 +1,6 @@ -# 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 converting RTEMS to autoconf. Thanks. --joel) # # $Id$ # -include $(RTEMS_ROOT)/../make/target.cfg -include $(RTEMS_ROOT)/make/host.cfg - -include $(RTEMS_ROOT)/make/bsp.cfg - -## Target compiler config file, if any -CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg - # Base name of start file START_BASE=start -- cgit v1.2.3