aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-03-10 23:16:21 +0100
committerThomas Schwinge <tschwinge@baylibre.com>2024-03-10 23:16:49 +0100
commit320b0c28d38b8500d50ba29cd7c855e1d03110f5 (patch)
tree36e42c57af73879f3a29001eaa853cbf2b65d985
parent02250442a22b2310821214d5f2e2962d1b345a95 (diff)
parentbc45e18d433f879a02e369d027829f90f9e85724 (diff)
downloadgcc-320b0c28d38b8500d50ba29cd7c855e1d03110f5.zip
gcc-320b0c28d38b8500d50ba29cd7c855e1d03110f5.tar.gz
gcc-320b0c28d38b8500d50ba29cd7c855e1d03110f5.tar.bz2
Merge commit 'bc45e18d433f879a02e369d027829f90f9e85724' into HEAD
-rw-r--r--gcc/config.in6
-rwxr-xr-xgcc/configure9
-rw-r--r--gcc/configure.ac2
3 files changed, 2 insertions, 15 deletions
diff --git a/gcc/config.in b/gcc/config.in
index cf2f284..0e62b9f 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -67,12 +67,6 @@
#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
diff --git a/gcc/configure b/gcc/configure
index af3f8ba..f0f226c 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7911,11 +7911,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then
fi
-cat >>confdefs.h <<_ACEOF
-#define DEFAULT_MATCHPD_PARTITIONS $DEFAULT_MATCHPD_PARTITIONS
-_ACEOF
-
-
# Enable __cxa_atexit for C++.
# Check whether --enable-__cxa_atexit was given.
@@ -19864,7 +19859,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 19867 "configure"
+#line 19862 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -19970,7 +19965,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 19973 "configure"
+#line 19968 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 8170931..fdae333 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -932,8 +932,6 @@ if (test $DEFAULT_MATCHPD_PARTITIONS -lt 1); then
Cannot be negative.]))
fi
-AC_DEFINE_UNQUOTED(DEFAULT_MATCHPD_PARTITIONS, $DEFAULT_MATCHPD_PARTITIONS,
- [Define to larger than one set the number of match.pd partitions to make.])
AC_SUBST(DEFAULT_MATCHPD_PARTITIONS)
# Enable __cxa_atexit for C++.