diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-09-18 11:50:58 -0600 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2024-09-18 11:51:45 -0600 |
commit | cc62b2c3da118f08f71d2ae9c08bafb55b35767a (patch) | |
tree | 4ea42ca6f0c157b798756ce24059ce37e049b9ad | |
parent | 82c2acd0bc4411524a8248fcdce219927d921a71 (diff) | |
download | gcc-cc62b2c3da118f08f71d2ae9c08bafb55b35767a.zip gcc-cc62b2c3da118f08f71d2ae9c08bafb55b35767a.tar.gz gcc-cc62b2c3da118f08f71d2ae9c08bafb55b35767a.tar.bz2 |
[PATCH] configure: fix typos
/
* configure.ac: Fix typos.
* configure: Rebuilt.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9086,7 +9086,7 @@ if test -d ${srcdir}/gcc; then lang_requires_boot_languages= # set srcdir during sourcing lang_frag to the gcc dir. # Sadly overriding srcdir on the . line doesn't work in plain sh as it - # polutes this shell + # pollutes this shell saved_srcdir=${srcdir} srcdir=${srcdir}/gcc . ${lang_frag} srcdir=${saved_srcdir} diff --git a/configure.ac b/configure.ac index f61dbe6..2567757 100644 --- a/configure.ac +++ b/configure.ac @@ -2136,7 +2136,7 @@ if test -d ${srcdir}/gcc; then lang_requires_boot_languages= # set srcdir during sourcing lang_frag to the gcc dir. # Sadly overriding srcdir on the . line doesn't work in plain sh as it - # polutes this shell + # pollutes this shell saved_srcdir=${srcdir} srcdir=${srcdir}/gcc . ${lang_frag} srcdir=${saved_srcdir} |