23 lines
572 B
Diff
23 lines
572 B
Diff
Author: Pino Toscano <pino@kde.org>
|
|
Description: Identify PowerPCSPE as PowerPC.
|
|
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623185
|
|
Forwarded: no
|
|
Origin: vendor
|
|
Last-Update: 2011-04-27
|
|
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -3278,7 +3278,7 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
|
|
CFG_HOST_ARCH=x86_64
|
|
fi
|
|
;;
|
|
- *:*:ppc)
|
|
+ *:*:ppc|*:*:powerpcspe)
|
|
if [ "$OPT_VERBOSE" = "yes" ]; then
|
|
echo " 32-bit PowerPC (powerpc)"
|
|
fi
|