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/arm_bare_bsp.cfg | 13 ------------- make/custom/c4xsim.cfg | 14 -------------- 2 files changed, 27 deletions(-) (limited to 'make/custom') diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg index 9b178f00ba..be1d81f8ec 100644 --- a/make/custom/arm_bare_bsp.cfg +++ b/make/custom/arm_bare_bsp.cfg @@ -15,21 +15,9 @@ RTEMS_BSP_FAMILY=arm_bare_bsp # 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 contains the compiler options necessary to select the CPU model @@ -58,7 +46,6 @@ CFLAGS_OPTIMIZE_V= CFLAGS_DEBUG_V = -O1 #CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align - # The following is a ld command file which works without using the # -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!! # $(LD) $(XLDFLAGS) -T $(LINKCMDS) \ 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