From edb37ba6be1c8432bfa943f3618b6e6f7e8cbe3c Mon Sep 17 00:00:00 2001 From: Fanpengcheng Date: Thu, 15 Oct 2020 17:47:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Dmips64el=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除clang相关内容 Log: Change-Id: I2cf3a1b2417816b7072d707cb4eca3db302ec82a --- debian/control | 1 - debian/rules | 7 ------- 2 files changed, 8 deletions(-) diff --git a/debian/control b/debian/control index 09c1f1b32..d898ce345 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 8.0.0), cmake, libdde-network-utils-dev, libdbusmenu-qt5-dev, - clang [mips64el], libdtkgui-dev Standards-Version: 3.9.8 Homepage: http://www.deepin.org/ diff --git a/debian/rules b/debian/rules index f2fbef607..6a269074f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,6 @@ # -*- makefile -*- export QT_SELECT=5 -DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -ifeq ($(DEB_BUILD_ARCH), mips64el) - export CC = /usr/bin/clang - export CXX = /usr/bin/clang++ -endif - - # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1