From 93d31bec59e97fa902a2201c3234c86b9f80c455 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jul 2000 17:44:11 +0000 Subject: Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius Removed obsolete flags from new custom files. --- make/custom/c4xsim.cfg | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'make/custom/c4xsim.cfg') diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg index 2fe0f08b1c..54d92133ff 100644 --- a/make/custom/c4xsim.cfg +++ b/make/custom/c4xsim.cfg @@ -25,21 +25,7 @@ RTEMS_BSP_FAMILY=c4xsim CFLAGS_OPTIMIZE_V=-O1 # This section makes the target dependent options file. -# NDEBUG (C library) -# if defined asserts do not generate code. This is commonly used -# as a command line option. -# -# RTEMS_TEST_NO_PAUSE (RTEMS tests) -# do not pause between screens of output in the rtems tests -# -# RTEMS_DEBUG (RTEMS) -# If defined, debug checks in RTEMS and support library code are enabled. -# - define make-target-options - @echo "/* #define NDEBUG 1 */ " >>$@ - @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ - @echo "/* #define RTEMS_DEBUG 1 */" >>$@ endef # this target has no start file -- cgit v1.2.3