forked from pool/grub2
f82e4ea3dc
- Enable grub2 for PowerPC LE (ppc64le) - Add ppc64le to exclusive arches - Don't require gcc-32bit (PowerLE don't have 32bit toolchain) - added patches: * grub2-powerpc-libgcc.patch Provide 32bit libgcc functions for PowerLE * grub2-ppc64le-core-bigendian.patch Build grub kernel and images as BE on ppc64le (BL is BE there) * grub2-ppc64le-platform.patch Enable ppc64le platform (forwarded request 220504 from k0da) OBS-URL: https://build.opensuse.org/request/show/220920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/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.
|
|
|