From 20c371f14a5e5fba9914b85e4dc51901c37d2387 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 20 Oct 2020 01:37:06 -0700 Subject: [PATCH] remove unused AVR_GPLUSPLUS variable --- etc/kaleidoscope-builder.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/kaleidoscope-builder.conf b/etc/kaleidoscope-builder.conf index ba596ddb..de7e8abb 100644 --- a/etc/kaleidoscope-builder.conf +++ b/etc/kaleidoscope-builder.conf @@ -218,7 +218,6 @@ COMPILER_PREFIX="${COMPILER_PREFIX-avr-}" : "${AVR_NM:=${COMPILER_PATH}/${COMPILER_PREFIX}nm}" : "${AVR_AR:=${COMPILER_PATH}/${COMPILER_PREFIX}ar}" : "${AVR_GCC:=${COMPILER_PATH}/${COMPILER_PREFIX}${C_COMPILER_BASENAME}}" -AVR_GPLUSPLUS="${AVR_GCC:-${COMPILER_PATH}/${COMPILER_PREFIX}${CXX_COMPILER_BASENAME}}"