forked from pool/grub2
14 lines
443 B
Diff
14 lines
443 B
Diff
|
Index: grub-2.02~beta2/configure.ac
|
||
|
===================================================================
|
||
|
--- grub-2.02~beta2.orig/configure.ac
|
||
|
+++ grub-2.02~beta2/configure.ac
|
||
|
@@ -137,6 +137,7 @@ case "$target_cpu"-"$platform" in
|
||
|
x86_64-xen) ;;
|
||
|
x86_64-*) target_cpu=i386 ;;
|
||
|
powerpc64-ieee1275) target_cpu=powerpc ;;
|
||
|
+ powerpc64le-ieee1275) target_cpu=powerpc ;;
|
||
|
esac
|
||
|
|
||
|
# Check if the platform is supported, make final adjustments.
|
||
|
|