Skip to content
Commit e46b94d2 authored by Daniel Dadap's avatar Daniel Dadap Committed by Masahiro Yamada
Browse files

scripts: override locale from environment when running recordmcount.pl



recordmcount.pl uses a set of regular expressions to parse the output of
objdump(1). However, if objdump(1) output is localized, it may not match
the regular expressions, thereby preventing recordmcount.pl from parsing
object files correctly.

In order to allow recordmcount.pl to function correctly regardless of the
current locale settings, set LANG=C when running objdump(1). LC_ALL is
already unset in the top-level Makefile, so it is not necessary to also
override that environment variable.

Signed-off-by: default avatarDaniel Dadap <ddadap@nvidia.com>
Reviewed-by: default avatarRobert Morell <rmorell@nvidia.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e7e34917
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment