]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Rebuilt gcc/config.in and gcc/configure.
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 12 Dec 2022 22:27:28 +0000 (22:27 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 12 Dec 2022 22:27:28 +0000 (22:27 +0000)
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>
gcc/config.in
gcc/configure

index 38ef792bd67123a99eb13bef6e374e5d67d40966..4cad077bfbed7fd73b3c04ce6405fd2f49178412 100644 (file)
 #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
 #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
index 6760ba9a6e5029818a9fa48fef304c9b03fde99e..2225a844a535b53ca0880f1720cfdc69a17394b7 100755 (executable)
@@ -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