mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Makerules (check-abi-%): force C locale when running objdump
abilist.awk relies on English-language output to find the "file format" header line in "objdump --dynamic-syms" output, so force the locale. Without this change, "make check" fails in non-English locales: | diff -p -U 0 ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist [...]/locale/libBrokenLocale.symlist | --- ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist 2012-10-02 18:33:50.761863147 -0700 | +++ [...]/locale/libBrokenLocale.symlist 2012-10-03 00:11:22.877234252 -0700 | @@ -0,0 +1 @@ | +Don't grok this line: [...]/locale/libBrokenLocale.so: format de fichier elf64-x86-64 | make[2]: *** [check-abi-libBrokenLocale] Erreur 1
This commit is contained in:
parent
1ab2935061
commit
55f115345a
@ -1,3 +1,9 @@
|
||||
2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
|
||||
|
||||
[BZ #14660]
|
||||
* Makerules (%.dynsym): Force C locale when running
|
||||
$(OBJDUMP) --dynamic-syms.
|
||||
|
||||
2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
|
||||
|
Loading…
Reference in New Issue
Block a user