From c0db85dec665e90ee41a11153c256bb9964ce8a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 4 Jul 2022 13:35:32 +0200 Subject: [PATCH] don't use gcc 7 for stretch yet --- debian/changelog | 1 - debian/rules | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 369c38ee..9486dbf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ llvm-toolchain-snapshot (1:15~++20220625103012+3d37e785c77a-1~exp2) experimental; urgency=medium - * On Debian stretch, force the usage of g++-7 * Force the SSE2 on amd64 for compiler-rt/builtin: https://reviews.llvm.org/D107082#3626632 diff --git a/debian/rules b/debian/rules index 65a89337..20305fda 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,8 @@ endif ifneq (,$(filter $(DISTRO),stretch)) # from llvm 15, we need gcc at least 7 - GCC_VERSION := 7 +# No need for now. keeping in case we do in the future +# GCC_VERSION := 7 # Don't enable lld python for old distros STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_PYTHON=OFF endif