diff options
author | Tamar Christina <tamar.christina@arm.com> | 2023-06-12 14:06:08 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2023-06-12 14:06:08 +0100 |
commit | bc45e18d433f879a02e369d027829f90f9e85724 (patch) | |
tree | 8e410d1f3f72503782e0b032a920ed8c2254edfb | |
parent | 6631fe419c6e47121e54fa3bbcc330dc04efd9a0 (diff) | |
download | gcc-bc45e18d433f879a02e369d027829f90f9e85724.zip gcc-bc45e18d433f879a02e369d027829f90f9e85724.tar.gz gcc-bc45e18d433f879a02e369d027829f90f9e85724.tar.bz2 |
Remove DEFAULT_MATCHPD_PARTITIONS macro
As Jakub pointed out, DEFAULT_MATCHPD_PARTITIONS
is now unused and can be removed.
gcc/ChangeLog:
* config.in: Regenerate.
* configure: Regenerate.
* configure.ac: Remove DEFAULT_MATCHPD_PARTITIONS.
-rw-r--r-- | gcc/config.in | 6 | ||||
-rwxr-xr-x | gcc/configure | 9 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
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 5f67808..3aa2534 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7908,11 +7908,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. @@ -19850,7 +19845,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19853 "configure" +#line 19848 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -19956,7 +19951,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19959 "configure" +#line 19954 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/gcc/configure.ac b/gcc/configure.ac index cc8dd9e..524ef76 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++. |