From 15263ff19694f0a6e03eb3d32021e0121e91ab19 Mon Sep 17 00:00:00 2001 From: Lawrence Nahum Date: Sun, 8 Dec 2019 19:59:58 +0100 Subject: don't set the version if already set --- examples/sdk-common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/sdk-common.mk b/examples/sdk-common.mk index fa4da20..312fda3 100644 --- a/examples/sdk-common.mk +++ b/examples/sdk-common.mk @@ -10,9 +10,12 @@ INCLUDE = -I../../libpsn00b/include # Library directories, last entry must point toolchain libraries LIBDIRS = -L../../libpsn00b +ifndef GCC_VERSION GCC_VERSION = 7.4.0 +endif + ifndef GCC_BASE ifeq "$(OS)" "Windows_NT" # For Windows -- cgit v1.2.3