public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Rebuilt gcc/config.in and gcc/configure.
Date: Mon, 12 Dec 2022 22:37:04 +0000 (GMT)	[thread overview]
Message-ID: <20221212223704.07B2B3852C41@sourceware.org> (raw)

https://gcc.gnu.org/g:ea1c6017516e32cfcef86f36c2f7c47c52928f8f

commit ea1c6017516e32cfcef86f36c2f7c47c52928f8f
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Dec 12 22:27:28 2022 +0000

    Rebuilt gcc/config.in and gcc/configure.
    
    Last commit forgot to rerun autoreconf and aclocal
    within the gcc subdirectory.
    
    gcc/ChangeLog:
    
       * config.in: (Rebuilt).
       * configure: (Rebuilt).
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 gcc/config.in | 12 ++++++------
 gcc/configure |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gcc/config.in b/gcc/config.in
index 38ef792bd67..4cad077bfbe 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -211,6 +211,12 @@
 #endif
 
 
+/* If --with-multiarch option is used */
+#ifndef USED_FOR_TARGET
+#undef ENABLE_MULTIARCH
+#endif
+
+
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
 #ifndef USED_FOR_TARGET
@@ -2324,12 +2330,6 @@
 #endif
 
 
-/* Specify if mutliarch is enabled. */
-#ifndef USED_FOR_TARGET
-#undef ENABLE_MULTIARCH
-#endif
-
-
 /* The size of `dev_t', as computed by sizeof. */
 #ifndef USED_FOR_TARGET
 #undef SIZEOF_DEV_T
diff --git a/gcc/configure b/gcc/configure
index 6760ba9a6e5..2225a844a53 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -8969,10 +8969,10 @@ $as_echo "$gcc_cv_prog_python3_modern" >&6; }
 if test $gcc_cv_prog_python3_modern = no; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
 *** Python3 is missing.
-*** Info documentation for modula-2 will not be built." >&5
+*** Documentation for modula-2 will not include the library modules." >&5
 $as_echo "$as_me: WARNING:
 *** Python3 is missing.
-*** Info documentation for modula-2 will not be built." >&2;}
+*** Documentation for modula-2 will not include the library modules." >&2;}
   HAVE_PYTHON=no
 else
   HAVE_PYTHON=yes

                 reply	other threads:[~2022-12-12 22:37 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=20221212223704.07B2B3852C41@sourceware.org \
    --to=gaius@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).