From: Pino Toscano Date: Tue, 22 Aug 2023 13:42:24 +0000 (+0100) Subject: Identify PowerPCSPE as PowerPC. X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-18+rpi1+deb10u2^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f5a3e3e5c4a5df4f36cd96ac07f2e53bd24df5f1;p=qt4-x11.git 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 Gbp-Pq: Name powerpcspe.diff --- diff --git a/configure b/configure index cf3c29c6d..376e8a6b2 100755 --- 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