remove legacy var for use when libcxx was a standalone build

This commit is contained in:
Erik Maciejewski 2021-10-20 21:31:26 -07:00
parent b2fc856dce
commit 018298c169

3
debian/rules vendored
View File

@ -93,9 +93,6 @@ endif
# Disable also lto
export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath optimize=-lto
# Cxx flags for building libcxx and libcxxabi
LIBCXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++-$(GCC_VERSION)) lt 4.9-20140411-1~ ; echo $$?),0)
# Too old version of gcc. Force 4.9
GCC_VERSION := 4.9