mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:53:50 +00:00
Drop useless and bad hack on rules file
This commit is contained in:
parent
b53344eb7f
commit
7b02ad421c
4
debian/rules
vendored
4
debian/rules
vendored
@ -34,10 +34,6 @@ CXXFLAGS_EXTRA = -std=c++0x -gsplit-dwarf
|
|||||||
CONFIGURE_EXTRA =
|
CONFIGURE_EXTRA =
|
||||||
CMAKE_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)
|
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
|
# Too old version of gcc. Force 4.9
|
||||||
GCC_VERSION := 4.9
|
GCC_VERSION := 4.9
|
||||||
|
Loading…
Reference in New Issue
Block a user