diff options
| -rwxr-xr-x | arch/powerpc/boot/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index ceaa75d5a684..6a19fcef5596 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
| @@ -154,7 +154,7 @@ if [ -z "$kernel" ]; then | |||
| 154 | kernel=vmlinux | 154 | kernel=vmlinux |
| 155 | fi | 155 | fi |
| 156 | 156 | ||
| 157 | elfformat="`${CROSS}objdump -p "$kernel" | grep 'file format' | awk '{print $4}'`" | 157 | LANG=C elfformat="`${CROSS}objdump -p "$kernel" | grep 'file format' | awk '{print $4}'`" |
| 158 | case "$elfformat" in | 158 | case "$elfformat" in |
| 159 | elf64-powerpcle) format=elf64lppc ;; | 159 | elf64-powerpcle) format=elf64lppc ;; |
| 160 | elf64-powerpc) format=elf32ppc ;; | 160 | elf64-powerpc) format=elf32ppc ;; |
