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:
5705757
)
Identify SuperH correctly.
author
Pino Toscano
<pino@kde.org>
Mon, 14 Sep 2020 13:56:35 +0000
(14:56 +0100)
committer
Lisandro Damián Nicanor Pérez Meyer
<lisandro@debian.org>
Mon, 14 Sep 2020 13:56:35 +0000
(14:56 +0100)
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623281
Forwarded: no
Origin: vendor
Last-Update: 2011-04-27
Gbp-Pq: Name sh.diff
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 376e8a6b252999bbce0e0bd3e1f30edf3a711e24..665ccfb23762e981b9f9a6f7656365d0c7a2c7cf 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3324,6
+3324,12
@@
if [ -z "${CFG_HOST_ARCH}" ]; then
;;
esac
;;
+ *:*:sh4)
+ if [ "$OPT_VERBOSE" = "yes" ]; then
+ echo " Renesas SuperH 4"
+ fi
+ CFG_HOST_ARCH=sh
+ ;;
*:*:*)
if [ "$OPT_VERBOSE" = "yes" ]; then
echo " Trying '$UNAME_MACHINE'..."