https://gcc.gnu.org/g:c25974b052671876edf9a6c18d09bd383e496c24
commit r17-999-gc25974b052671876edf9a6c18d09bd383e496c24 Author: Dhruv Chawla <[email protected]> Date: Mon May 11 15:18:41 2026 +0000 toplevel: Fix typos in build files Signed-off-by: Dhruv Chawla <[email protected]> ChangeLog: * Makefile.def: Fix typos. * Makefile.in: Likewise. * Makefile.tpl: Likewise. gcc/ChangeLog: * Makefile.in: Fix typos. Diff: --- Makefile.def | 2 +- Makefile.in | 4 ++-- Makefile.tpl | 4 ++-- gcc/Makefile.in | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.def b/Makefile.def index cde69c9c9f76..549763de837a 100644 --- a/Makefile.def +++ b/Makefile.def @@ -77,7 +77,7 @@ host_modules= { module= gprofng; }; host_modules= { module= gettext; bootstrap=true; no_install=true; module_srcdir= "gettext/gettext-runtime"; // We always build gettext with pic, because some packages (e.g. gdbserver) - // need it in some configuratons, which is determined via nontrivial tests. + // need it in some configurations, which is determined via nontrivial tests. // Always enabling pic seems to make sense for something tied to // user-facing output. extra_configure_flags='--disable-shared --disable-threads --disable-java --disable-csharp --with-pic --disable-libasprintf'; diff --git a/Makefile.in b/Makefile.in index 110fa63c10cc..f34142cc077d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -711,7 +711,7 @@ AR_FOR_TARGET=@AR_FOR_TARGET@ @AR_PLUGIN_OPTION_FOR_TARGET@ AS_FOR_TARGET=@AS_FOR_TARGET@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ -# If GCC_FOR_TARGET is not overriden on the command line, then this +# If GCC_FOR_TARGET is not overridden on the command line, then this # variable is passed down to the gcc Makefile, where it is used to # build libgcc2.a. We define it here so that it can itself be # overridden on the command line. @@ -873,7 +873,7 @@ CXX_FOR_TARGET_FLAG_TO_PASS = \ # Flags to pass down to all sub-makes. STAGE*FLAGS, # MAKEINFO and MAKEINFOFLAGS are explicitly passed here to make them -# overrideable (for a bootstrap build stage1 also builds gcc.info). +# overridable (for a bootstrap build stage1 also builds gcc.info). BASE_FLAGS_TO_PASS = \ "DESTDIR=$(DESTDIR)" \ "RPATH_ENVVAR=$(RPATH_ENVVAR)" \ diff --git a/Makefile.tpl b/Makefile.tpl index a5ff44e3dbca..5891b67b6974 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -618,7 +618,7 @@ AR_FOR_TARGET=@AR_FOR_TARGET@ @AR_PLUGIN_OPTION_FOR_TARGET@ AS_FOR_TARGET=@AS_FOR_TARGET@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ -# If GCC_FOR_TARGET is not overriden on the command line, then this +# If GCC_FOR_TARGET is not overridden on the command line, then this # variable is passed down to the gcc Makefile, where it is used to # build libgcc2.a. We define it here so that it can itself be # overridden on the command line. @@ -734,7 +734,7 @@ CXX_FOR_TARGET_FLAG_TO_PASS = \ # Flags to pass down to all sub-makes. STAGE*FLAGS, # MAKEINFO and MAKEINFOFLAGS are explicitly passed here to make them -# overrideable (for a bootstrap build stage1 also builds gcc.info). +# overridable (for a bootstrap build stage1 also builds gcc.info). BASE_FLAGS_TO_PASS =[+ FOR flags_to_pass +][+ IF optional +] \ "`echo '[+flag+]=$([+flag+])' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"[+ ELSE optional +] \ "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \ diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3246a1808d20..0863a72c7d34 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3902,7 +3902,7 @@ doc/%.pdf: %.texi doc/gccinstall.pdf: $(TEXI_GCCINSTALL_FILES) $(TEXI2PDF) -I . -I $(abs_docdir) -I $(abs_docdir)/include -o $@ $< -# List the directories or single hmtl files which are installed by +# List the directories or single html files which are installed by # install-html. The lang.html file triggers language fragments to build # html documentation. HTMLS_INSTALL=$(build_htmldir)/cpp $(build_htmldir)/gcc \
