aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config.in b/gcc/config.in
index e02d33e0cdb..1959dd7a603 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -37,13 +37,6 @@
#endif
-/* Define to 0/1 if you want also extra run-time checking that might affect
- code generation. */
-#ifndef USED_FOR_TARGET
-#undef ENABLE_EXTRA_CHECKING
-#endif
-
-
/* Define 0/1 to force the choice for exception handling model. */
#ifndef USED_FOR_TARGET
#undef CONFIG_SJLJ_EXCEPTIONS
@@ -115,6 +108,13 @@
#endif
+/* Define to 0/1 if you want extra run-time checking that might affect code
+ generation. */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_EXTRA_CHECKING
+#endif
+
+
/* Define to 1 to enable fixed-point arithmetic extension to C. */
#ifndef USED_FOR_TARGET
#undef ENABLE_FIXED_POINT