aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLawrence Nahum <lawrence@greenaddress.it>2019-12-08 19:59:58 +0100
committerLawrence Nahum <lawrence@greenaddress.it>2019-12-08 19:59:58 +0100
commit15263ff19694f0a6e03eb3d32021e0121e91ab19 (patch)
treea61030dc2c433249d6a0c30ecfa3de2b296f4675 /examples
parente2e77805e5eb316d93d89de654690d79608118d6 (diff)
downloadpsn00bsdk-15263ff19694f0a6e03eb3d32021e0121e91ab19.tar.gz
don't set the version if already set
Diffstat (limited to 'examples')
-rw-r--r--examples/sdk-common.mk3
1 files changed, 3 insertions, 0 deletions
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