public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: YunQiang Su <syq@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4382] gcc/configure.ac: fix AC_DEFINE ENABLE_MULTIARCH
Date: Tue, 29 Nov 2022 03:15:25 +0000 (GMT)	[thread overview]
Message-ID: <20221129031525.BA52C3857C51@sourceware.org> (raw)

https://gcc.gnu.org/g:4d08c674b0114622996c5a6a14410a5d5c77bce2

commit r13-4382-g4d08c674b0114622996c5a6a14410a5d5c77bce2
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Tue Nov 29 11:07:33 2022 +0800

    gcc/configure.ac: fix AC_DEFINE ENABLE_MULTIARCH
    
    Description section was missing in AC_DEFINE(ENABLE_MULTIARCH, 1).
    It makes autoheader fail.
    
    Thanks Lulu Cheng points it out.
    
    gcc/ChangeLog:
    
            * configure.ac: add description for
            AC_DEFINE(ENABLE_MULTIARCH, 1)

Diff:
---
 gcc/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/configure.ac b/gcc/configure.ac
index 7c55bff6cb0..d4c2b75119d 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -888,7 +888,7 @@ if test x${enable_multiarch} = xauto; then
   fi
 fi
 if test x${enable_multiarch} = xyes; then
-  AC_DEFINE(ENABLE_MULTIARCH, 1)
+  AC_DEFINE(ENABLE_MULTIARCH, 1, [If --with-multiarch option is used])
 fi
 AC_MSG_CHECKING(for multiarch configuration)
 AC_SUBST(enable_multiarch)

                 reply	other threads:[~2022-11-29  3:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221129031525.BA52C3857C51@sourceware.org \
    --to=syq@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).