Changeset ce39123 in rtems


Ignore:
Timestamp:
07/13/00 14:53:41 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b8a30d07
Parents:
bfc86bcb
Message:

Removed NDEBUG as a per BSP option.

Location:
make/custom
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • make/custom/Cygwin-posix.cfg

    rbfc86bcb rce39123  
    3232#  This section makes the target dependent options file.
    3333
    34 #  NDEBUG (C library)
    35 #     if defined asserts do not generate code.  This is commonly used
    36 #     as a command line option.
    37 #
    3834#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3935#     do not pause between screens of output in the rtems tests
     
    4339
    4440define make-target-options
    45         echo "/* #define NDEBUG 1 */ "                     >>$@
    4641        echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4742        echo "#define RTEMS_UNIX 1 "                       >>$@
  • make/custom/FreeBSD-posix.cfg

    rbfc86bcb rce39123  
    3030#  This section makes the target dependent options file.
    3131
    32 #  NDEBUG (C library)
    33 #     if defined asserts do not generate code.  This is commonly used
    34 #     as a command line option.
    35 #
    3632#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3733#     do not pause between screens of output in the rtems tests
     
    4137
    4238define make-target-options
    43         echo "/* #define NDEBUG 1 */ "                     >>$@
    4439        echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4540        echo "#define RTEMS_UNIX 1 "                       >>$@
  • make/custom/HPUX9-posix.cfg

    rbfc86bcb rce39123  
    3636#  This section makes the target dependent options file.
    3737
    38 #  NDEBUG (C library)
    39 #     if defined asserts do not generate code.  This is commonly used
    40 #     as a command line option.
    41 #
    4238#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4339#     do not pause between screens of output in the rtems tests
     
    4743
    4844define make-target-options
    49         echo "/* #define NDEBUG 1 */ "                     >>$@
    5045        echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5146        echo "#define RTEMS_UNIX 1 "                       >>$@
  • make/custom/Linux-posix.cfg

    rbfc86bcb rce39123  
    3232#  This section makes the target dependent options file.
    3333
    34 #  NDEBUG (C library)
    35 #     if defined asserts do not generate code.  This is commonly used
    36 #     as a command line option.
    37 #
    3834#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3935#     do not pause between screens of output in the rtems tests
     
    4339
    4440define make-target-options
    45         echo "/* #define NDEBUG 1 */ "                     >>$@
    4641        echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4742        echo "#define RTEMS_UNIX 1 "                       >>$@
  • make/custom/Solaris-posix.cfg

    rbfc86bcb rce39123  
    2929#  This section makes the target dependent options file.
    3030
    31 #  NDEBUG (C library)
    32 #     if defined asserts do not generate code.  This is commonly used
    33 #     as a command line option.
    34 #
    3531#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3632#     do not pause between screens of output in the rtems tests
     
    4036
    4137define make-target-options
    42         echo "/* #define NDEBUG 1 */ "                     >>$@
    4338        echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4439        echo "#define RTEMS_UNIX 1 "                       >>$@
  • make/custom/bare.cfg

    rbfc86bcb rce39123  
    2121
    2222#  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
    2724#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2825#     do not pause between screens of output in the rtems tests
     
    3027
    3128define make-target-options
    32         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3329        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3430endef
  • make/custom/cvme961.cfg

    rbfc86bcb rce39123  
    2828#  This section makes the target dependent options file.
    2929
    30 #  NDEBUG (C library)
    31 #     if defined asserts do not generate code.  This is commonly used
    32 #     as a command line option.
    33 #
    3430#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3531#     do not pause between screens of output in the rtems tests
     
    3733
    3834define make-target-options
    39         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4035        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4136endef
  • make/custom/dmv152.cfg

    rbfc86bcb rce39123  
    2929
    3030#  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
    3532#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3633#     do not pause between screens of output in the rtems tests
     
    4239
    4340define make-target-options
    44         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4541        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4642#       @echo "#define USE_CHANNEL_A  1"                    >>$@
  • make/custom/dmv177.cfg

    rbfc86bcb rce39123  
    1919#  This section makes the target dependent options file.
    2020
    21 #  NDEBUG (C library)
    22 #     if defined asserts do not generate code.  This is commonly used
    23 #     as a command line option.
    24 #
    2521#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2622#     do not pause between screens of output in the rtems tests
     
    5753
    5854define make-target-options
    59         @echo "/* #define NDEBUG 1 */ "                            >>$@
    6055        @echo "#define RTEMS_TEST_NO_PAUSE 1"                      >>$@
    6156        @echo "#define CONSOLE_USE_INTERRUPTS 0"                   >>$@
  • make/custom/efi332.cfg

    rbfc86bcb rce39123  
    2121
    2222#  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
    2724#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2825#     do not pause between screens of output in the rtems tests
     
    3027
    3128define make-target-options
    32         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3329        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3430endef
  • make/custom/efi68k.cfg

    rbfc86bcb rce39123  
    2626#  This section makes the target dependent options file.
    2727
    28 #  NDEBUG (C library)
    29 #     if defined asserts do not generate code.  This is commonly used
    30 #     as a command line option.
    31 #
    3228#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3329#     do not pause between screens of output in the rtems tests
     
    3531
    3632define make-target-options
    37         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3833        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3934endef
  • make/custom/erc32.cfg

    rbfc86bcb rce39123  
    3131#  This makes the target dependent options file
    3232
    33 #  NDEBUG (C library)
    34 #     if defined asserts do not generate code.  This is commonly used
    35 #     as a command line option.
    36 #
    3733#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3834#     do not pause between screens of output in the rtems tests
     
    6056
    6157define make-target-options
    62         @echo "/* #define NDEBUG 1 */ "                            >>$@
    6358        @echo "#define RTEMS_TEST_NO_PAUSE 1"                      >>$@
    6459        @echo "#define NO_TABLE_MOVE 1"                            >>$@
  • make/custom/eth_comm.cfg

    rbfc86bcb rce39123  
    1818#  This section makes the target dependent options file.
    1919
    20 #  NDEBUG (C library)
    21 #     if defined asserts do not generate code.  This is commonly used
    22 #     as a command line option.
    23 #
    2420#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2521#     do not pause between screens of output in the rtems tests
     
    5046        @echo "#define mpc$(CPU_TYPE) 1"                    >>$@
    5147        @echo                                               >>$@
    52         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5348        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5449        @echo "#define PPC_VECTOR_FILE_BASE 0x0000"         >>$@
  • make/custom/gen68302.cfg

    rbfc86bcb rce39123  
    2727#  This section makes the target dependent options file.
    2828
    29 #  NDEBUG (C library)
    30 #     if defined asserts do not generate code.  This is commonly used
    31 #     as a command line option.
    32 #
    3329#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3430#     do not pause between screens of output in the rtems tests
     
    3632
    3733define make-target-options
    38         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3934        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4035endef
  • make/custom/gen68340.cfg

    rbfc86bcb rce39123  
    2121
    2222#  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 #
    2723#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2824#     do not pause between screens of output in the rtems tests
     
    3026
    3127define make-target-options
    32         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3328        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3429endef
  • make/custom/gen68360.cfg

    rbfc86bcb rce39123  
    3232
    3333#  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
    3835#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3936#     do not pause between screens of output in the rtems tests
     
    4239ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
    4340define make-target-options
    44         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4541        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4642endef
    4743else
    4844define make-target-options
    49         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5045        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5146        @echo "#define RTEMS__mcpu32p__ 1"                  >>$@
  • make/custom/gensh1.cfg

    rbfc86bcb rce39123  
    3939#  This section makes the target dependent options file.
    4040
    41 #  NDEBUG (C library)
    42 #     if defined asserts do not generate code.  This is commonly used
    43 #     as a command line option.
    44 #
    4541#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4642#     do not pause between screens of output in the rtems tests
     
    4844
    4945define make-target-options
    50         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5146        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5247endef
  • make/custom/gensh2.cfg

    rbfc86bcb rce39123  
    4242#  This section makes the target dependent options file.
    4343
    44 #  NDEBUG (C library)
    45 #     if defined asserts do not generate code.  This is commonly used
    46 #     as a command line option.
    47 #
    4844#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4945#     do not pause between screens of output in the rtems tests
     
    5854
    5955define make-target-options
    60         @echo "/* #define NDEBUG 1 */ "                     >>$@
    6156        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    6257        @echo "#define RTEMS_TEST_IO_STREAM 1"              >>$@
  • make/custom/h8sim.cfg

    rbfc86bcb rce39123  
    2525#  This section makes the target dependent options file.
    2626
    27 #  NDEBUG (C library)
    28 #     if defined asserts do not generate code.  This is commonly used
    29 #     as a command line option.
    30 #
    3127#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3228#     do not pause between screens of output in the rtems tests
     
    3430
    3531define make-target-options
    36         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3732        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3833endef
  • make/custom/helas403.cfg

    rbfc86bcb rce39123  
    2121#  This section makes the target dependent options file.
    2222
    23 #  NDEBUG (C library)
    24 #     if defined asserts do not generate code.  This is commonly used
    25 #     as a command line option.
    26 #
    2723#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2824#     do not pause between screens of output in the rtems tests
     
    3935
    4036define make-target-options
    41         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4237        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4338        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"         >>$@
  • make/custom/i386ex.cfg

    rbfc86bcb rce39123  
    2525#  This section makes the target dependent options file.
    2626
    27 #  NDEBUG (C library)
    28 #     if defined asserts do not generate code.  This is commonly used
    29 #     as a command line option.
    30 #
    3127#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3228#     do not pause between screens of output in the rtems tests
     
    3430
    3531define make-target-options
    36         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3732        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3833endef
  • make/custom/i960sim.cfg

    rbfc86bcb rce39123  
    2525#  This section makes the target dependent options file.
    2626
    27 #  NDEBUG (C library)
    28 #     if defined asserts do not generate code.  This is commonly used
    29 #     as a command line option.
    30 #
    3127#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3228#     do not pause between screens of output in the rtems tests
     
    3430
    3531define make-target-options
    36         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3732        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3833endef
  • make/custom/idp.cfg

    rbfc86bcb rce39123  
    1515#  This section makes the target dependent options file.
    1616
    17 #  NDEBUG (C library)
    18 #     if defined asserts do not generate code.  This is commonly used
    19 #     as a command line option.
    20 #
    2117#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2218#     do not pause between screens of output in the rtems tests
     
    2420
    2521define make-target-options
    26         @echo "/* #define NDEBUG 1 */ "                     >>$@
    2722        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    2823endef
  • make/custom/mbx860_005b.cfg

    rbfc86bcb rce39123  
    3131        @echo "/* #define PPC_USE_DATA_CACHE 1" */          >>$@
    3232        @echo                                               >>$@
    33         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3433        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3534endef
  • make/custom/mbx8xx.cfg

    rbfc86bcb rce39123  
    108108#  RTEMS generic options:
    109109#
    110 #  NDEBUG (C library)
    111 #     If defined, asserts do not generate code.  This is commonly used
    112 #     as a command line option.
    113 #
    114110#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    115111#     If defined, do not pause between screens of output in the rtems tests.
     
    132128        @echo "/* #define PPC_USE_DATA_CACHE 1" */          >>$@
    133129        @echo                                               >>$@
    134         @echo "/* #define NDEBUG 1 */ "                     >>$@
    135130        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    136131endef
  • make/custom/mcp750.cfg

    rbfc86bcb rce39123  
    1616#  This section makes the target dependent options file.
    1717
    18 #  NDEBUG (C library)
    19 #     if defined asserts do not generate code.  This is commonly used
    20 #     as a command line option.
    21 #
    2218#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2319#     do not pause between screens of output in the rtems tests
     
    4036
    4137define make-target-options
    42         @echo "/* #define NDEBUG 1 */ "                        >>$@
    4338        @echo "#define RTEMS_TEST_NO_PAUSE 1"                  >>$@
    4439        @echo "#define PPCN_60X_USE_DINK 0"                   >>$@
  • make/custom/mvme136.cfg

    rbfc86bcb rce39123  
    2525#  This section makes the target dependent options file.
    2626
    27 #  NDEBUG (C library)
    28 #     if defined asserts do not generate code.  This is commonly used
    29 #     as a command line option.
    30 #
    3127#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3228#     do not pause between screens of output in the rtems tests
     
    3430
    3531define make-target-options
    36         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3732        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3833endef
  • make/custom/mvme147.cfg

    rbfc86bcb rce39123  
    2222#  This section makes the target dependent options file.
    2323
    24 #  NDEBUG (C library)
    25 #     if defined asserts do not generate code.  This is commonly used
    26 #     as a command line option.
    27 #
    2824#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2925#     do not pause between screens of output in the rtems tests
     
    3127
    3228define make-target-options
    33         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3429        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3530endef
  • make/custom/mvme162.cfg

    rbfc86bcb rce39123  
    4343#  This section makes the target dependent options file.
    4444
    45 #  NDEBUG (C library)
    46 #     if defined asserts do not generate code.  This is commonly used
    47 #     as a command line option.
    48 #
    4945#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    5046#     do not pause between screens of output in the rtems tests
     
    5349        @echo "#undef $(RTEMS_MVME162_MODEL)"               >>$@
    5450        @echo "#define $(RTEMS_MVME162_MODEL)"              >>$@
    55         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5651        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5752endef
  • make/custom/mvme167.cfg

    rbfc86bcb rce39123  
    3535
    3636#  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
    4138#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4239#     do not pause between screens of output in the rtems tests
     
    4946
    5047define make-target-options
    51         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5248        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5349#       @echo "#define CD2401_INT_LEVEL 1"                  >>$@
  • make/custom/mvme2307.cfg

    rbfc86bcb rce39123  
    1616#  This section makes the target dependent options file.
    1717
    18 #  NDEBUG (C library)
    19 #     if defined asserts do not generate code.  This is commonly used
    20 #     as a command line option.
    21 #
    2218#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2319#     do not pause between screens of output in the rtems tests
     
    4137
    4238define make-target-options
    43         @echo "/* #define NDEBUG 1 */ "                        >>$@
    4439        @echo "#define RTEMS_TEST_NO_PAUSE 1"                  >>$@
    4540        @echo "#define PPCN_60X_USE_DINK 0"                   >>$@
  • make/custom/ods68302.cfg

    rbfc86bcb rce39123  
    3838#  This section makes the target dependent options file.
    3939
    40 #  NDEBUG (C library)
    41 #     if defined asserts do not generate code.  This is commonly used
    42 #     as a command line option.
    43 #
    4440#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4541#     do not pause between screens of output in the rtems tests
     
    4743
    4844define make-target-options
    49         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5045        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5146endef
  • make/custom/p4000.cfg

    rbfc86bcb rce39123  
    1414#  This section makes the target dependent options file.
    1515
    16 #  NDEBUG (C library)
    17 #     if defined asserts do not generate code.  This is commonly used
    18 #     as a command line option.
    19 #
    2016#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2117#     do not pause between screens of output in the rtems tests
     
    2319
    2420define make-target-options
    25         @echo "/* #define NDEBUG 1 */ "                     >>$@
    2621        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    2722endef
  • make/custom/p4600.cfg

    rbfc86bcb rce39123  
    2020#  This section makes the target dependent options file.
    2121
    22 #  NDEBUG (C library)
    23 #     if defined asserts do not generate code.  This is commonly used
    24 #     as a command line option.
    25 #
    2622#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2723#     do not pause between screens of output in the rtems tests
     
    2925
    3026define make-target-options
    31         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3227        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3328endef
  • make/custom/p4650.cfg

    rbfc86bcb rce39123  
    2020#  This section makes the target dependent options file.
    2121
    22 #  NDEBUG (C library)
    23 #     if defined asserts do not generate code.  This is commonly used
    24 #     as a command line option.
    25 #
    2622#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2723#     do not pause between screens of output in the rtems tests
     
    2925
    3026define make-target-options
    31         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3227        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3328endef
  • make/custom/papyrus.cfg

    rbfc86bcb rce39123  
    1515#  This section makes the target dependent options file.
    1616
    17 #  NDEBUG (C library)
    18 #     if defined asserts do not generate code.  This is commonly used
    19 #     as a command line option.
    20 #
    2117#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2218#     do not pause between screens of output in the rtems tests
     
    3329
    3430define make-target-options
    35         @echo "/* #define NDEBUG 1 */ "                     >>$@
    3631        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3732        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"         >>$@
  • make/custom/pc386.cfg

    rbfc86bcb rce39123  
    2828#  This section makes the target dependent options file.
    2929
    30 #  NDEBUG (C library)
    31 #     if defined asserts do not generate code.  This is commonly used
    32 #     as a command line option.
    33 #
    3430#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3531#     do not pause between screens of output in the rtems tests
     
    3733
    3834define make-target-options
    39         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4035        @echo "/* #define RTEMS_TEST_NO_PAUSE 1 */"         >>$@
    4136endef
  • make/custom/portsw.cfg

    rbfc86bcb rce39123  
    1717#  This section makes the target dependent options file.
    1818
    19 #  NDEBUG (C library)
    20 #     if defined asserts do not generate code.  This is commonly used
    21 #     as a command line option.
    22 #
    2319#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2420#     do not pause between screens of output in the rtems tests
     
    2622
    2723define make-target-options
    28         @echo "/* #define NDEBUG 1 */ "                     >>$@
    2924        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3025endef
  • make/custom/ppcn_60x.cfg

    rbfc86bcb rce39123  
    1717#  This section makes the target dependent options file.
    1818
    19 #  NDEBUG (C library)
    20 #     if defined asserts do not generate code.  This is commonly used
    21 #     as a command line option.
    22 #
    2319#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2420#     do not pause between screens of output in the rtems tests
     
    4743
    4844define make-target-options
    49         @echo "/* #define NDEBUG 1 */ "                        >>$@
    5045        @echo "#define RTEMS_TEST_NO_PAUSE 1"                  >>$@
    5146        @echo "#define PPCN_60X_USE_DINK 1"                   >>$@
  • make/custom/psim.cfg

    rbfc86bcb rce39123  
    1515#  This section makes the target dependent options file.
    1616
    17 #  NDEBUG (C library)
    18 #     if defined asserts do not generate code.  This is commonly used
    19 #     as a command line option.
    20 #
    2117#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    2218#     do not pause between screens of output in the rtems tests
     
    4642
    4743define make-target-options
    48         @echo "/* #define NDEBUG 1 */ "                            >>$@
    4944        @echo "#define RTEMS_TEST_NO_PAUSE 1"                      >>$@
    5045        @echo "#define CONSOLE_USE_INTERRUPTS 0"                   >>$@
  • make/custom/rxgen960.cfg

    rbfc86bcb rce39123  
    2929#  This section makes the target dependent options file.
    3030
    31 #  NDEBUG (C library)
    32 #     if defined asserts do not generate code.  This is commonly used
    33 #     as a command line option.
    34 #
    3531#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3632#     do not pause between screens of output in the rtems tests
    3733
    3834define make-target-options
    39         @echo "/* #define NDEBUG 1 */ "                     >>$@
    4035        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4136endef
  • make/custom/score603e.cfg

    rbfc86bcb rce39123  
    3535#  This section makes the target dependent options file.
    3636
    37 #  NDEBUG (C library)
    38 #     if defined asserts do not generate code.  This is commonly used
    39 #     as a command line option.
    40 #
    4137#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4238#     do not pause between screens of output in the rtems tests
     
    7268
    7369define make-target-options
    74         @echo "/* #define NDEBUG 1 */ "                              >>$@
    7570        @echo "#define RTEMS_TEST_NO_PAUSE 1"                        >>$@
    7671        @echo "#define CONSOLE_USE_INTERRUPTS 0"                     >>$@
  • make/custom/simhppa.cfg

    rbfc86bcb rce39123  
    3838#  This makes the target dependent options file.
    3939
    40 #  NDEBUG (C library)
    41 #     if defined asserts do not generate code.  This is commonly used
    42 #     as a command line option.
    43 #
    4440#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4541#     do not pause between screens of output in the rtems tests
     
    5248
    5349define make-target-options
    54         @echo "/* #define NDEBUG 1 */ "                     >>$@
    5550        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    5651        @echo "#define SIMHPPA_FAST_IDLE  1 "               >>$@
  • make/custom/ts_386ex.cfg

    rbfc86bcb rce39123  
    2626#  This section makes the target dependent options file.
    2727
    28 #  NDEBUG (C library)
    29 #     if defined asserts do not generate code.  This is commonly used
    30 #     as a command line option.
    31 #
    3228#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    3329#     do not pause between screens of output in the rtems tests
     
    4137
    4238define make-target-options
    43         @echo "/* #define NDEBUG 1 */ "                 >>$@
    4439        @echo "#define RTEMS_TEST_NO_PAUSE 1"           >>$@
    4540        @echo "/* #define UARTDEBUG  1 */"                      >>$@
Note: See TracChangeset for help on using the changeset viewer.