Drop useless and bad hack on rules file

This commit is contained in:
Gianfranco Costamagna 2016-07-27 12:09:15 +00:00
parent b53344eb7f
commit 7b02ad421c

4
debian/rules vendored
View File

@ -34,10 +34,6 @@ CXXFLAGS_EXTRA = -std=c++0x -gsplit-dwarf
CONFIGURE_EXTRA =
CMAKE_EXTRA =
ifneq (,$(filter $(DEB_HOST_ARCH),powerpc powerpcspe mips mipsel mips64el))
LDFLAGS_EXTRA += -latomic
endif
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++-$(GCC_VERSION)) lt 4.7.2-10~ ; echo $$?),0)
# Too old version of gcc. Force 4.9
GCC_VERSION := 4.9