summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-10-06 16:52:18 -0700
committerKevin Mitchell <kevmitch@gmail.com>2015-10-06 16:52:18 -0700
commit7bc0b120f3cb4ab32a8d795dd5e1ce2ad8b5074d (patch)
treed41d3eef15934d7e205554d71cc940fbaa0a627f /debian
parenta86725fbcddf6b40ff2baab53b8c6ed13c238792 (diff)
downloadmpv-build-7bc0b120f3cb4ab32a8d795dd5e1ce2ad8b5074d.tar.bz2
mpv-build-7bc0b120f3cb4ab32a8d795dd5e1ce2ad8b5074d.tar.xz
debian: get rid of the old weird architecture gcc version hack
All supported distros now use the minimal gcc version to support atomics on all architectures
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules7
2 files changed, 0 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 843bf40..c155f49 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends:
automake,
c-compiler | gcc,
debhelper (>= 7),
- gcc-4.8 [powerpc powerpcspe sparc armel armhf] | gcc-4.7 [armel armhf],
ladspa-sdk,
libasound2-dev [linux-any],
libbluray-dev,
diff --git a/debian/rules b/debian/rules
index 6c42de9..e4193d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,6 @@
export DEB_BUILD_MAINT_OPTIONS:=hardening=+all
-# from official debian package: testing welcome!
-ifeq ($(DEB_HOST_ARCH_CPU),$(filter $(DEB_HOST_ARCH_CPU),powerpc sparc))
- export CC=gcc-4.8 # fixes #73363
-endif
-ifeq ($(DEB_HOST_ARCH_CPU),arm)
- export CC=$(shell which gcc-4.8 || which gcc-4.7;)
-endif
# To enable parallel building:
# You can either set DEB_BUILD_OPTIONS=paralell=<num-procs> in your build environment
# or provide the -j<numprocs> option to debuild or dpkg-buildpackage, which