We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7acfc commit a0b4877Copy full SHA for a0b4877
arch/lkl/scripts/cc-objdump-file-format.sh
@@ -4,5 +4,5 @@
4
# Print the C compiler output file format, as determined by objdump.
5
t=`mktemp` || exit 1
6
echo 'void foo(void) {}' | $CC -x c - -c -o "$t" \
7
- && $OBJDUMP -p "$t" | awk '/file format/ {print $4}'
+ && LC_ALL=C $OBJDUMP -p "$t" | awk '/file format/ {print $4}'
8
rm "$t"
0 commit comments