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:
f6a53db
)
sh
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
Gbp-Pq: Name sh.diff
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 590f7387389308dee025ea3f5d5cb989119851ef..d20401bafb549f837432bb30977b93420b078d0c 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3323,6
+3323,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'..."