Changeset ce39123 in rtems
- Timestamp:
- 07/13/00 14:53:41 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b8a30d07
- Parents:
- bfc86bcb
- Location:
- make/custom
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/Cygwin-posix.cfg
rbfc86bcb rce39123 32 32 # This section makes the target dependent options file. 33 33 34 # NDEBUG (C library)35 # if defined asserts do not generate code. This is commonly used36 # as a command line option.37 #38 34 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 39 35 # do not pause between screens of output in the rtems tests … … 43 39 44 40 define make-target-options 45 echo "/* #define NDEBUG 1 */ " >>$@46 41 echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 47 42 echo "#define RTEMS_UNIX 1 " >>$@ -
make/custom/FreeBSD-posix.cfg
rbfc86bcb rce39123 30 30 # This section makes the target dependent options file. 31 31 32 # NDEBUG (C library)33 # if defined asserts do not generate code. This is commonly used34 # as a command line option.35 #36 32 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 37 33 # do not pause between screens of output in the rtems tests … … 41 37 42 38 define make-target-options 43 echo "/* #define NDEBUG 1 */ " >>$@44 39 echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 45 40 echo "#define RTEMS_UNIX 1 " >>$@ -
make/custom/HPUX9-posix.cfg
rbfc86bcb rce39123 36 36 # This section makes the target dependent options file. 37 37 38 # NDEBUG (C library)39 # if defined asserts do not generate code. This is commonly used40 # as a command line option.41 #42 38 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 43 39 # do not pause between screens of output in the rtems tests … … 47 43 48 44 define make-target-options 49 echo "/* #define NDEBUG 1 */ " >>$@50 45 echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 51 46 echo "#define RTEMS_UNIX 1 " >>$@ -
make/custom/Linux-posix.cfg
rbfc86bcb rce39123 32 32 # This section makes the target dependent options file. 33 33 34 # NDEBUG (C library)35 # if defined asserts do not generate code. This is commonly used36 # as a command line option.37 #38 34 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 39 35 # do not pause between screens of output in the rtems tests … … 43 39 44 40 define make-target-options 45 echo "/* #define NDEBUG 1 */ " >>$@46 41 echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 47 42 echo "#define RTEMS_UNIX 1 " >>$@ -
make/custom/Solaris-posix.cfg
rbfc86bcb rce39123 29 29 # This section makes the target dependent options file. 30 30 31 # NDEBUG (C library)32 # if defined asserts do not generate code. This is commonly used33 # as a command line option.34 #35 31 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 36 32 # do not pause between screens of output in the rtems tests … … 40 36 41 37 define make-target-options 42 echo "/* #define NDEBUG 1 */ " >>$@43 38 echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 44 39 echo "#define RTEMS_UNIX 1 " >>$@ -
make/custom/bare.cfg
rbfc86bcb rce39123 21 21 22 22 # This section makes the target dependent options file. 23 # NDEBUG (C library) 24 # if defined asserts do not generate code. This is commonly used 25 # as a command line option. 26 # 23 27 24 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 28 25 # do not pause between screens of output in the rtems tests … … 30 27 31 28 define make-target-options 32 @echo "/* #define NDEBUG 1 */ " >>$@33 29 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 34 30 endef -
make/custom/cvme961.cfg
rbfc86bcb rce39123 28 28 # This section makes the target dependent options file. 29 29 30 # NDEBUG (C library)31 # if defined asserts do not generate code. This is commonly used32 # as a command line option.33 #34 30 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 35 31 # do not pause between screens of output in the rtems tests … … 37 33 38 34 define make-target-options 39 @echo "/* #define NDEBUG 1 */ " >>$@40 35 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 41 36 endef -
make/custom/dmv152.cfg
rbfc86bcb rce39123 29 29 30 30 # This section makes the target dependent options file. 31 # NDEBUG (C library) 32 # if defined asserts do not generate code. This is commonly used 33 # as a command line option. 34 # 31 35 32 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 36 33 # do not pause between screens of output in the rtems tests … … 42 39 43 40 define make-target-options 44 @echo "/* #define NDEBUG 1 */ " >>$@45 41 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 46 42 # @echo "#define USE_CHANNEL_A 1" >>$@ -
make/custom/dmv177.cfg
rbfc86bcb rce39123 19 19 # This section makes the target dependent options file. 20 20 21 # NDEBUG (C library)22 # if defined asserts do not generate code. This is commonly used23 # as a command line option.24 #25 21 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 26 22 # do not pause between screens of output in the rtems tests … … 57 53 58 54 define make-target-options 59 @echo "/* #define NDEBUG 1 */ " >>$@60 55 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 61 56 @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@ -
make/custom/efi332.cfg
rbfc86bcb rce39123 21 21 22 22 # This section makes the target dependent options file. 23 # NDEBUG (C library) 24 # if defined asserts do not generate code. This is commonly used 25 # as a command line option. 26 # 23 27 24 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 28 25 # do not pause between screens of output in the rtems tests … … 30 27 31 28 define make-target-options 32 @echo "/* #define NDEBUG 1 */ " >>$@33 29 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 34 30 endef -
make/custom/efi68k.cfg
rbfc86bcb rce39123 26 26 # This section makes the target dependent options file. 27 27 28 # NDEBUG (C library)29 # if defined asserts do not generate code. This is commonly used30 # as a command line option.31 #32 28 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 33 29 # do not pause between screens of output in the rtems tests … … 35 31 36 32 define make-target-options 37 @echo "/* #define NDEBUG 1 */ " >>$@38 33 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 39 34 endef -
make/custom/erc32.cfg
rbfc86bcb rce39123 31 31 # This makes the target dependent options file 32 32 33 # NDEBUG (C library)34 # if defined asserts do not generate code. This is commonly used35 # as a command line option.36 #37 33 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 38 34 # do not pause between screens of output in the rtems tests … … 60 56 61 57 define make-target-options 62 @echo "/* #define NDEBUG 1 */ " >>$@63 58 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 64 59 @echo "#define NO_TABLE_MOVE 1" >>$@ -
make/custom/eth_comm.cfg
rbfc86bcb rce39123 18 18 # This section makes the target dependent options file. 19 19 20 # NDEBUG (C library)21 # if defined asserts do not generate code. This is commonly used22 # as a command line option.23 #24 20 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 25 21 # do not pause between screens of output in the rtems tests … … 50 46 @echo "#define mpc$(CPU_TYPE) 1" >>$@ 51 47 @echo >>$@ 52 @echo "/* #define NDEBUG 1 */ " >>$@53 48 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 54 49 @echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@ -
make/custom/gen68302.cfg
rbfc86bcb rce39123 27 27 # This section makes the target dependent options file. 28 28 29 # NDEBUG (C library)30 # if defined asserts do not generate code. This is commonly used31 # as a command line option.32 #33 29 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 34 30 # do not pause between screens of output in the rtems tests … … 36 32 37 33 define make-target-options 38 @echo "/* #define NDEBUG 1 */ " >>$@39 34 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 40 35 endef -
make/custom/gen68340.cfg
rbfc86bcb rce39123 21 21 22 22 # This section makes the target dependent options file. 23 # NDEBUG (C library)24 # if defined asserts do not generate code. This is commonly used25 # as a command line option.26 #27 23 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 28 24 # do not pause between screens of output in the rtems tests … … 30 26 31 27 define make-target-options 32 @echo "/* #define NDEBUG 1 */ " >>$@33 28 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 34 29 endef -
make/custom/gen68360.cfg
rbfc86bcb rce39123 32 32 33 33 # This section makes the target dependent options file. 34 # NDEBUG (C library) 35 # if defined asserts do not generate code. This is commonly used 36 # as a command line option. 37 # 34 38 35 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 39 36 # do not pause between screens of output in the rtems tests … … 42 39 ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes) 43 40 define make-target-options 44 @echo "/* #define NDEBUG 1 */ " >>$@45 41 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 46 42 endef 47 43 else 48 44 define make-target-options 49 @echo "/* #define NDEBUG 1 */ " >>$@50 45 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 51 46 @echo "#define RTEMS__mcpu32p__ 1" >>$@ -
make/custom/gensh1.cfg
rbfc86bcb rce39123 39 39 # This section makes the target dependent options file. 40 40 41 # NDEBUG (C library)42 # if defined asserts do not generate code. This is commonly used43 # as a command line option.44 #45 41 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 46 42 # do not pause between screens of output in the rtems tests … … 48 44 49 45 define make-target-options 50 @echo "/* #define NDEBUG 1 */ " >>$@51 46 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 52 47 endef -
make/custom/gensh2.cfg
rbfc86bcb rce39123 42 42 # This section makes the target dependent options file. 43 43 44 # NDEBUG (C library)45 # if defined asserts do not generate code. This is commonly used46 # as a command line option.47 #48 44 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 49 45 # do not pause between screens of output in the rtems tests … … 58 54 59 55 define make-target-options 60 @echo "/* #define NDEBUG 1 */ " >>$@61 56 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 62 57 @echo "#define RTEMS_TEST_IO_STREAM 1" >>$@ -
make/custom/h8sim.cfg
rbfc86bcb rce39123 25 25 # This section makes the target dependent options file. 26 26 27 # NDEBUG (C library)28 # if defined asserts do not generate code. This is commonly used29 # as a command line option.30 #31 27 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 32 28 # do not pause between screens of output in the rtems tests … … 34 30 35 31 define make-target-options 36 @echo "/* #define NDEBUG 1 */ " >>$@37 32 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 38 33 endef -
make/custom/helas403.cfg
rbfc86bcb rce39123 21 21 # This section makes the target dependent options file. 22 22 23 # NDEBUG (C library)24 # if defined asserts do not generate code. This is commonly used25 # as a command line option.26 #27 23 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 28 24 # do not pause between screens of output in the rtems tests … … 39 35 40 36 define make-target-options 41 @echo "/* #define NDEBUG 1 */ " >>$@42 37 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 43 38 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ -
make/custom/i386ex.cfg
rbfc86bcb rce39123 25 25 # This section makes the target dependent options file. 26 26 27 # NDEBUG (C library)28 # if defined asserts do not generate code. This is commonly used29 # as a command line option.30 #31 27 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 32 28 # do not pause between screens of output in the rtems tests … … 34 30 35 31 define make-target-options 36 @echo "/* #define NDEBUG 1 */ " >>$@37 32 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 38 33 endef -
make/custom/i960sim.cfg
rbfc86bcb rce39123 25 25 # This section makes the target dependent options file. 26 26 27 # NDEBUG (C library)28 # if defined asserts do not generate code. This is commonly used29 # as a command line option.30 #31 27 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 32 28 # do not pause between screens of output in the rtems tests … … 34 30 35 31 define make-target-options 36 @echo "/* #define NDEBUG 1 */ " >>$@37 32 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 38 33 endef -
make/custom/idp.cfg
rbfc86bcb rce39123 15 15 # This section makes the target dependent options file. 16 16 17 # NDEBUG (C library)18 # if defined asserts do not generate code. This is commonly used19 # as a command line option.20 #21 17 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 22 18 # do not pause between screens of output in the rtems tests … … 24 20 25 21 define make-target-options 26 @echo "/* #define NDEBUG 1 */ " >>$@27 22 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 28 23 endef -
make/custom/mbx860_005b.cfg
rbfc86bcb rce39123 31 31 @echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@ 32 32 @echo >>$@ 33 @echo "/* #define NDEBUG 1 */ " >>$@34 33 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 35 34 endef -
make/custom/mbx8xx.cfg
rbfc86bcb rce39123 108 108 # RTEMS generic options: 109 109 # 110 # NDEBUG (C library)111 # If defined, asserts do not generate code. This is commonly used112 # as a command line option.113 #114 110 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 115 111 # If defined, do not pause between screens of output in the rtems tests. … … 132 128 @echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@ 133 129 @echo >>$@ 134 @echo "/* #define NDEBUG 1 */ " >>$@135 130 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 136 131 endef -
make/custom/mcp750.cfg
rbfc86bcb rce39123 16 16 # This section makes the target dependent options file. 17 17 18 # NDEBUG (C library)19 # if defined asserts do not generate code. This is commonly used20 # as a command line option.21 #22 18 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 23 19 # do not pause between screens of output in the rtems tests … … 40 36 41 37 define make-target-options 42 @echo "/* #define NDEBUG 1 */ " >>$@43 38 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 44 39 @echo "#define PPCN_60X_USE_DINK 0" >>$@ -
make/custom/mvme136.cfg
rbfc86bcb rce39123 25 25 # This section makes the target dependent options file. 26 26 27 # NDEBUG (C library)28 # if defined asserts do not generate code. This is commonly used29 # as a command line option.30 #31 27 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 32 28 # do not pause between screens of output in the rtems tests … … 34 30 35 31 define make-target-options 36 @echo "/* #define NDEBUG 1 */ " >>$@37 32 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 38 33 endef -
make/custom/mvme147.cfg
rbfc86bcb rce39123 22 22 # This section makes the target dependent options file. 23 23 24 # NDEBUG (C library)25 # if defined asserts do not generate code. This is commonly used26 # as a command line option.27 #28 24 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 29 25 # do not pause between screens of output in the rtems tests … … 31 27 32 28 define make-target-options 33 @echo "/* #define NDEBUG 1 */ " >>$@34 29 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 35 30 endef -
make/custom/mvme162.cfg
rbfc86bcb rce39123 43 43 # This section makes the target dependent options file. 44 44 45 # NDEBUG (C library)46 # if defined asserts do not generate code. This is commonly used47 # as a command line option.48 #49 45 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 50 46 # do not pause between screens of output in the rtems tests … … 53 49 @echo "#undef $(RTEMS_MVME162_MODEL)" >>$@ 54 50 @echo "#define $(RTEMS_MVME162_MODEL)" >>$@ 55 @echo "/* #define NDEBUG 1 */ " >>$@56 51 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 57 52 endef -
make/custom/mvme167.cfg
rbfc86bcb rce39123 35 35 36 36 # This section makes the target dependent options file. 37 # NDEBUG (C library) 38 # if defined asserts do not generate code. This is commonly used 39 # as a command line option. 40 # 37 41 38 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 42 39 # do not pause between screens of output in the rtems tests … … 49 46 50 47 define make-target-options 51 @echo "/* #define NDEBUG 1 */ " >>$@52 48 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 53 49 # @echo "#define CD2401_INT_LEVEL 1" >>$@ -
make/custom/mvme2307.cfg
rbfc86bcb rce39123 16 16 # This section makes the target dependent options file. 17 17 18 # NDEBUG (C library)19 # if defined asserts do not generate code. This is commonly used20 # as a command line option.21 #22 18 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 23 19 # do not pause between screens of output in the rtems tests … … 41 37 42 38 define make-target-options 43 @echo "/* #define NDEBUG 1 */ " >>$@44 39 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 45 40 @echo "#define PPCN_60X_USE_DINK 0" >>$@ -
make/custom/ods68302.cfg
rbfc86bcb rce39123 38 38 # This section makes the target dependent options file. 39 39 40 # NDEBUG (C library)41 # if defined asserts do not generate code. This is commonly used42 # as a command line option.43 #44 40 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 45 41 # do not pause between screens of output in the rtems tests … … 47 43 48 44 define make-target-options 49 @echo "/* #define NDEBUG 1 */ " >>$@50 45 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 51 46 endef -
make/custom/p4000.cfg
rbfc86bcb rce39123 14 14 # This section makes the target dependent options file. 15 15 16 # NDEBUG (C library)17 # if defined asserts do not generate code. This is commonly used18 # as a command line option.19 #20 16 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 21 17 # do not pause between screens of output in the rtems tests … … 23 19 24 20 define make-target-options 25 @echo "/* #define NDEBUG 1 */ " >>$@26 21 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 27 22 endef -
make/custom/p4600.cfg
rbfc86bcb rce39123 20 20 # This section makes the target dependent options file. 21 21 22 # NDEBUG (C library)23 # if defined asserts do not generate code. This is commonly used24 # as a command line option.25 #26 22 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 27 23 # do not pause between screens of output in the rtems tests … … 29 25 30 26 define make-target-options 31 @echo "/* #define NDEBUG 1 */ " >>$@32 27 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 33 28 endef -
make/custom/p4650.cfg
rbfc86bcb rce39123 20 20 # This section makes the target dependent options file. 21 21 22 # NDEBUG (C library)23 # if defined asserts do not generate code. This is commonly used24 # as a command line option.25 #26 22 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 27 23 # do not pause between screens of output in the rtems tests … … 29 25 30 26 define make-target-options 31 @echo "/* #define NDEBUG 1 */ " >>$@32 27 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 33 28 endef -
make/custom/papyrus.cfg
rbfc86bcb rce39123 15 15 # This section makes the target dependent options file. 16 16 17 # NDEBUG (C library)18 # if defined asserts do not generate code. This is commonly used19 # as a command line option.20 #21 17 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 22 18 # do not pause between screens of output in the rtems tests … … 33 29 34 30 define make-target-options 35 @echo "/* #define NDEBUG 1 */ " >>$@36 31 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 37 32 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ -
make/custom/pc386.cfg
rbfc86bcb rce39123 28 28 # This section makes the target dependent options file. 29 29 30 # NDEBUG (C library)31 # if defined asserts do not generate code. This is commonly used32 # as a command line option.33 #34 30 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 35 31 # do not pause between screens of output in the rtems tests … … 37 33 38 34 define make-target-options 39 @echo "/* #define NDEBUG 1 */ " >>$@40 35 @echo "/* #define RTEMS_TEST_NO_PAUSE 1 */" >>$@ 41 36 endef -
make/custom/portsw.cfg
rbfc86bcb rce39123 17 17 # This section makes the target dependent options file. 18 18 19 # NDEBUG (C library)20 # if defined asserts do not generate code. This is commonly used21 # as a command line option.22 #23 19 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 24 20 # do not pause between screens of output in the rtems tests … … 26 22 27 23 define make-target-options 28 @echo "/* #define NDEBUG 1 */ " >>$@29 24 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 30 25 endef -
make/custom/ppcn_60x.cfg
rbfc86bcb rce39123 17 17 # This section makes the target dependent options file. 18 18 19 # NDEBUG (C library)20 # if defined asserts do not generate code. This is commonly used21 # as a command line option.22 #23 19 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 24 20 # do not pause between screens of output in the rtems tests … … 47 43 48 44 define make-target-options 49 @echo "/* #define NDEBUG 1 */ " >>$@50 45 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 51 46 @echo "#define PPCN_60X_USE_DINK 1" >>$@ -
make/custom/psim.cfg
rbfc86bcb rce39123 15 15 # This section makes the target dependent options file. 16 16 17 # NDEBUG (C library)18 # if defined asserts do not generate code. This is commonly used19 # as a command line option.20 #21 17 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 22 18 # do not pause between screens of output in the rtems tests … … 46 42 47 43 define make-target-options 48 @echo "/* #define NDEBUG 1 */ " >>$@49 44 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 50 45 @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@ -
make/custom/rxgen960.cfg
rbfc86bcb rce39123 29 29 # This section makes the target dependent options file. 30 30 31 # NDEBUG (C library)32 # if defined asserts do not generate code. This is commonly used33 # as a command line option.34 #35 31 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 36 32 # do not pause between screens of output in the rtems tests 37 33 38 34 define make-target-options 39 @echo "/* #define NDEBUG 1 */ " >>$@40 35 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 41 36 endef -
make/custom/score603e.cfg
rbfc86bcb rce39123 35 35 # This section makes the target dependent options file. 36 36 37 # NDEBUG (C library)38 # if defined asserts do not generate code. This is commonly used39 # as a command line option.40 #41 37 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 42 38 # do not pause between screens of output in the rtems tests … … 72 68 73 69 define make-target-options 74 @echo "/* #define NDEBUG 1 */ " >>$@75 70 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 76 71 @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@ -
make/custom/simhppa.cfg
rbfc86bcb rce39123 38 38 # This makes the target dependent options file. 39 39 40 # NDEBUG (C library)41 # if defined asserts do not generate code. This is commonly used42 # as a command line option.43 #44 40 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 45 41 # do not pause between screens of output in the rtems tests … … 52 48 53 49 define make-target-options 54 @echo "/* #define NDEBUG 1 */ " >>$@55 50 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 56 51 @echo "#define SIMHPPA_FAST_IDLE 1 " >>$@ -
make/custom/ts_386ex.cfg
rbfc86bcb rce39123 26 26 # This section makes the target dependent options file. 27 27 28 # NDEBUG (C library)29 # if defined asserts do not generate code. This is commonly used30 # as a command line option.31 #32 28 # RTEMS_TEST_NO_PAUSE (RTEMS tests) 33 29 # do not pause between screens of output in the rtems tests … … 41 37 42 38 define make-target-options 43 @echo "/* #define NDEBUG 1 */ " >>$@44 39 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 45 40 @echo "/* #define UARTDEBUG 1 */" >>$@
Note: See TracChangeset
for help on using the changeset viewer.