summaryrefslogtreecommitdiffstats
path: root/source/l/qt/patches/qt-everywhere-opensource-src-4.8.7-mips64.patch
blob: 6456f2c614145ed331a8d5ad45a91cd71ff967a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -urp qt-everywhere-opensource-src-4.8.7/configure q/configure
--- qt-everywhere-opensource-src-4.8.7/configure	2016-04-03 16:49:50.218644449 +0200
+++ q/configure	2016-04-03 17:22:35.376405024 +0200
@@ -3331,6 +3331,9 @@ arm*)
     CFG_ARCH=arm
     COMPAT_ARCH=armv6
     ;;
+mips*)
+    CFG_ARCH=mips
+    ;;
 esac
 
 if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then