aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2023-06-12 11:22:45 +0100
committerTamar Christina <tamar.christina@arm.com>2023-06-12 11:22:45 +0100
commit7103155a93f00d6285442af3595d0c40044b04b4 (patch)
tree00797c587f20dcdf5243c1ae75c8cdf0fb3c0eb1 /gcc/config.in
parent3ad0ef34ccbe656a7a9e5962fe1173226104174a (diff)
downloadgcc-7103155a93f00d6285442af3595d0c40044b04b4.zip
gcc-7103155a93f00d6285442af3595d0c40044b04b4.tar.gz
gcc-7103155a93f00d6285442af3595d0c40044b04b4.tar.bz2
Regenerate config.in
Looks like I forgot to regenerate config.in which causes updates when you enable maintainer mode. gcc/ChangeLog: * config.in: Regenerate.
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4cad077..cf2f284 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -67,6 +67,12 @@
#endif
+/* Define to larger than one set the number of match.pd partitions to make. */
+#ifndef USED_FOR_TARGET
+#undef DEFAULT_MATCHPD_PARTITIONS
+#endif
+
+
/* Define to larger than zero set the default stack clash protector size. */
#ifndef USED_FOR_TARGET
#undef DEFAULT_STK_CLASH_GUARD_SIZE
@@ -2239,8 +2245,7 @@
#endif
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#ifndef USED_FOR_TARGET
#undef LT_OBJDIR
#endif