From d6c8352925bc2286b24f01b8cfababa16782b1f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 15:48:11 +0000 Subject: Patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius which does the following: This is the configuration cleanup patch: Main changes: * TARGET_ARCH removed * target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target) * BARE_XXX variables appended to bsp.cfg.in * autogen renamed to bootstrap * removed stray variables from make/custom/*.cfg To apply: cd rm c/src/make/target.cfg.in cp autogen bootstrap mkdir c/make cp make/target.cfg.in c/make/target.cfg.in rm make/target.cfg.in rm autogen patch -p1 < rtems-rc-19991105-1.diff --- make/custom/ods68302.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'make/custom/ods68302.cfg') diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg index 325fc9170e..6a11e170a2 100644 --- a/make/custom/ods68302.cfg +++ b/make/custom/ods68302.cfg @@ -31,14 +31,7 @@ CPU_DEFINES = \ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer # debugging please -CFLAGS_DEBUG_V+=-g - -# Define this to yes if C++ is included in the development environment. -# This requires that at least the GNU C++ compiler and libg++ be installed. -ifeq ($(RTEMS_HAS_CPLUSPLUS),yes) -HAS_CPLUSPLUS=yes -CPLUS_LD_LIBS=$(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA) -endif +CFLAGS_DEBUG_V = START_BASE=start302 -- cgit v1.2.3