feat: 修复mips64el编译失败问题

去除clang相关内容

Log:
Change-Id: I2cf3a1b2417816b7072d707cb4eca3db302ec82a
This commit is contained in:
Fanpengcheng 2020-10-15 17:47:23 +08:00
parent 0785dff36f
commit edb37ba6be
2 changed files with 0 additions and 8 deletions

1
debian/control vendored
View File

@ -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/

7
debian/rules vendored
View File

@ -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