Changeset 93d31be in rtems
- Timestamp:
- 07/27/00 17:44:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- caf88699
- Parents:
- 2d354ea6
- Location:
- make/custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/arm_bare_bsp.cfg
r2d354ea6 r93d31be 16 16 # This section makes the target dependent options file. 17 17 18 # NDEBUG (C library)19 18 # if defined asserts do not generate code. This is commonly used 20 # as a command line option.21 #22 # RTEMS_TEST_NO_PAUSE (RTEMS tests)23 # do not pause between screens of output in the rtems tests24 #25 # RTEMS_DEBUG (RTEMS)26 # If defined, debug checks in RTEMS and support library code are enabled.27 #28 19 29 20 define make-target-options 30 @echo "/* #define NDEBUG 1 */ " >>$@31 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@32 @echo "/* #define RTEMS_DEBUG 1 */" >>$@33 21 endef 34 22 … … 58 46 CFLAGS_DEBUG_V = -O1 59 47 #CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align 60 61 48 62 49 # The following is a ld command file which works without using the -
make/custom/c4xsim.cfg
r2d354ea6 r93d31be 26 26 27 27 # This section makes the target dependent options file. 28 # NDEBUG (C library)29 # if defined asserts do not generate code. This is commonly used30 # as a command line option.31 #32 # RTEMS_TEST_NO_PAUSE (RTEMS tests)33 # do not pause between screens of output in the rtems tests34 #35 # RTEMS_DEBUG (RTEMS)36 # If defined, debug checks in RTEMS and support library code are enabled.37 #38 39 28 define make-target-options 40 @echo "/* #define NDEBUG 1 */ " >>$@41 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@42 @echo "/* #define RTEMS_DEBUG 1 */" >>$@43 29 endef 44 30
Note: See TracChangeset
for help on using the changeset viewer.