From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id 2E7743858D20; Mon, 12 Jun 2023 10:23:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E7743858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686565382; bh=8uJA19RlgdpEC9nmzoG1OvoOCb9bVlGhph/8MxqYIwQ=; h=From:To:Subject:Date:From; b=iEdcsqBtERuCcvquU4MRdocbnij09fM6GVPDcHZTSJETHoVMq+cRGICHUWH6F3+N8 STNnb5ARSmXUX6G17HS6df2OdiN7BnIni/Cv6nzifjjxHYHStKVw4mcGVLp+oaa1S7 owNrCSevP9l0ouVd/ehWu6FuqAr6DGHYe6UjIReI= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tamar Christina To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-1709] Regenerate config.in X-Act-Checkin: gcc X-Git-Author: Tamar Christina X-Git-Refname: refs/heads/master X-Git-Oldrev: 3ad0ef34ccbe656a7a9e5962fe1173226104174a X-Git-Newrev: 7103155a93f00d6285442af3595d0c40044b04b4 Message-Id: <20230612102302.2E7743858D20@sourceware.org> Date: Mon, 12 Jun 2023 10:23:02 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7103155a93f00d6285442af3595d0c40044b04b4 commit r14-1709-g7103155a93f00d6285442af3595d0c40044b04b4 Author: Tamar Christina Date: Mon Jun 12 11:22:45 2023 +0100 Regenerate config.in Looks like I forgot to regenerate config.in which causes updates when you enable maintainer mode. gcc/ChangeLog: * config.in: Regenerate. Diff: --- gcc/config.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/config.in b/gcc/config.in index 4cad077bfbe..cf2f2843784 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