ck: ppc32 build fix

[ci skip]
This commit is contained in:
q66 2019-11-26 05:19:23 +01:00 committed by Helmut Pozimski
parent 32d44c9dfe
commit 6aa28c6642

View file

@ -0,0 +1,13 @@
Support Linux uname-style platform identifier for ppc32.
--- configure
+++ configure
@@ -398,7 +398,7 @@ if test "x$PLATFORM" = "x"; then
fi
case $PLATFORM in
- "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe")
+ "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe"|"ppc")
RTM_ENABLE="CK_MD_RTM_DISABLE"
LSE_ENABLE="CK_MD_LSE_DISABLE"
MM="${MM:-"CK_MD_RMO"}"