mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
[PATCH] configure: fix typos
/ * configure.ac: Fix typos. * configure: Rebuilt.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user