Jiri Slaby
395270c067
OBS-URL: https://build.opensuse.org/request/show/228720 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=83
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.
|
|
|