From 018298c1690e6a45af97673e08e981ead773c9f8 Mon Sep 17 00:00:00 2001 From: Erik Maciejewski Date: Wed, 20 Oct 2021 21:31:26 -0700 Subject: [PATCH] remove legacy var for use when libcxx was a standalone build --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 7af38c99..806781f4 100755 --- a/debian/rules +++ b/debian/rules @@ -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