aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gcc.gnu.org>2017-01-04 18:59:34 +1030
committerAlan Modra <amodra@gcc.gnu.org>2017-01-04 18:59:34 +1030
commit8f56cb5163063ec7871db11c52c700065886d448 (patch)
treed64385dd42f77b6372a670f9ce751385991012d5 /gcc/config.in
parent4567f969b29aeeb2877d23ee08133f09dbada93d (diff)
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
Also fix a stray changelog entry. Some of the regen here is due to previous changes not being regenerated properly, in part due to the missing configure dependencies. * configure: Regenerate. config/ * picflag.m4: Remove stray \xA0 in comment. gcc/ * Makefile.in (aclocal_deps): Update and order as per aclocal.m4. * configure: Regenerate. * config.in: Regenerate. libada/ * Makefile.in (configure_deps): Update and order as per configure.ac sinclude. * configure: Regenerate. libgcc/ * Makefile.in (configure_deps): Update. * configure: Regenerate. libiberty/ * Makefile.in (configure_deps): Update. * configure: Regenerate. libitm/ * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. From-SVN: r244049
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