summaryrefslogtreecommitdiffstats
path: root/c/src/make/custom/default.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/custom/default.cfg.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/make/custom/default.cfg.in b/c/src/make/custom/default.cfg.in
index 7f6f5e51a9..7eb7dc037f 100644
--- a/c/src/make/custom/default.cfg.in
+++ b/c/src/make/custom/default.cfg.in
@@ -11,15 +11,10 @@
include $(RTEMS_ROOT)/../make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
-include $(RTEMS_ROOT)/make/main.cfg
include $(RTEMS_ROOT)/make/bsp.cfg
## Target compiler config file, if any
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
-## GCC specs extension file location
-RTEMS_BSP_SPECS = $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
-
# Base name of start file
START_BASE=start
-