summaryrefslogtreecommitdiff
path: root/debian/patches/sh.diff
blob: 6a1171a46451e7f6c34b348d191a4e582e9111af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Pino Toscano <pino@kde.org>
Description: Identify SuperH correctly.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623281
Forwarded: no
Origin: vendor
Last-Update: 2011-04-27

---
 configure |    6 ++++++
 1 file changed, 6 insertions(+)

--- a/configure
+++ b/configure
@@ -3317,6 +3317,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'..."