projects
/
qt4-x11.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38939b9
)
Identify PowerPCSPE as PowerPC.
author
Pino Toscano
<pino@kde.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
committer
Roberto C. Sánchez
<roberto@debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
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
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index cf3c29c6d7425f1b17d6ca374aa21363ca413714..376e8a6b252999bbce0e0bd3e1f30edf3a711e24 100755
(executable)
--- 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