summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-12 10:32:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-12 10:32:00 +0000
commit393d271670636311ce6fbb7a1a047de95e8f26a5 (patch)
tree7f6e71c0369e661c31bf2dc41d91a50119acaeee /make/custom/default.cfg
parent2002-11-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-393d271670636311ce6fbb7a1a047de95e8f26a5.tar.bz2
2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to obsolete Makefile. * leaf.cfg: Various changes to LIBVARIANT processing. * main.cfg: Ditto.
Diffstat (limited to 'make/custom/default.cfg')
-rw-r--r--make/custom/default.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index aa0c2acfbd..11a6fd42fa 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -15,7 +15,6 @@ include $(RTEMS_ROOT)/make/main.cfg
include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
# use the inline functions instead of the macros
-# ref: src/exec/generic/Makefile
ifeq ($(RTEMS_USE_MACROS),yes)
INLINE=macros
INLINE_UPCASE=
@@ -27,9 +26,6 @@ endif
## 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