summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-10-01 18:13:49 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-10-01 18:13:49 +0300
commit1f0b1d8551bd1dcf6ff315aa34dd33b527493cd3 (patch)
tree81b2c82cfb3223a11a190a2c4e100dacf77edac7
parent27804edaa484d89c1f649a43625ac315de544ce5 (diff)
downloadqtbase-1f0b1d8551bd1dcf6ff315aa34dd33b527493cd3.tar.gz
Use the linux-g++ mkspec on all Linux architectures.
We do not need the -m64 compiler flag which linux-g++-64 adds.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules6
2 files changed, 3 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 692c01f..07bb8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtbase-opensource-src (5.9.1+dfsg-12) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Use the linux-g++ mkspec on all Linux architectures. We do not need
+ the -m64 compiler flag which linux-g++-64 adds.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 01 Oct 2017 18:05:54 +0300
diff --git a/debian/rules b/debian/rules
index 5bc3797..ae7495b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,13 +44,7 @@ ifeq ($(DEB_HOST_ARCH_CPU),i386)
endif
ifeq ($(DEB_HOST_ARCH_OS),linux)
- ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el arm64))
platform_arg = linux-g++
- else ifeq ($(DEB_HOST_ARCH_BITS),64)
- platform_arg = linux-g++-64
- else
- platform_arg = linux-g++
- endif
else ifeq ($(DEB_HOST_ARCH_OS),hurd)
platform_arg = hurd-g++
else ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)