mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
[PATCH] configure: fix typos
/ * configure.ac: Fix typos. * configure: Rebuilt.
This commit is contained in:
parent
82c2acd0bc
commit
cc62b2c3da
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}
|
||||
|
Loading…
Reference in New Issue
Block a user