mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise. * gdbarch.sh: Correct comment.
This commit is contained in:
@ -22,6 +22,11 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
# Boston, MA 02111-1301, USA
|
||||
|
||||
# Make certain that the script is not running in an internationalized
|
||||
# environment.
|
||||
LANG=c ; export LANG
|
||||
LC_ALL=c ; export LC_ALL
|
||||
|
||||
usage()
|
||||
{
|
||||
cat <<EOF
|
||||
|
Reference in New Issue
Block a user