sim: move many common settings from CPPFLAGS to config.h
[deliverable/binutils-gdb.git] / sim / ppc / std-config.h
index badce3ddd7adc3cc18067bc03a4f251b27955ce7..7e6b8c2cf7575e8b90bb7321cfd8b80d186b3242 100644 (file)
@@ -111,10 +111,6 @@ extern int current_target_byte_order;
 #define VIRTUAL_ENVIRONMENT            2
 #define OPERATING_ENVIRONMENT          3
 
-#ifndef WITH_ENVIRONMENT
-#define WITH_ENVIRONMENT               0
-#endif
-
 extern int current_environment;
 #define CURRENT_ENVIRONMENT (WITH_ENVIRONMENT \
                             ? WITH_ENVIRONMENT \
@@ -223,20 +219,6 @@ extern int current_floating_point;
 
    Control the inclusion of debugging code. */
 
-/* Include the tracing code.  Disabling this eliminates all tracing
-   code */
-
-#ifndef WITH_TRACE
-#define WITH_TRACE                      1
-#endif
-
-/* include code that checks assertions scattered through out the
-   program */
-
-#ifndef WITH_ASSERT
-#define WITH_ASSERT                    1
-#endif
-
 /* Whether to check instructions for reserved bits being set */
 
 #ifndef WITH_RESERVED_BITS
@@ -283,10 +265,6 @@ extern int current_model_issue;
 #define DONT_USE_STDIO                 2
 #define DO_USE_STDIO                   1
 
-#ifndef WITH_STDIO
-#define WITH_STDIO                     0
-#endif
-
 extern int current_stdio;
 #define CURRENT_STDIO (WITH_STDIO      \
                       ? WITH_STDIO     \
This page took 0.024368 seconds and 4 git commands to generate.