aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
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 /libpsn00b
parente2e77805e5eb316d93d89de654690d79608118d6 (diff)
downloadpsn00bsdk-15263ff19694f0a6e03eb3d32021e0121e91ab19.tar.gz
don't set the version if already set
Diffstat (limited to 'libpsn00b')
-rw-r--r--libpsn00b/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpsn00b/common.mk b/libpsn00b/common.mk
index 1733166..d15d4a5 100644
--- a/libpsn00b/common.mk
+++ b/libpsn00b/common.mk
@@ -2,8 +2,12 @@
# You may need to modify these values to match with your toolchain setup.
# GCC version
+ifndef GCC_VERSION
+
GCC_VERSION = 7.4.0
+endif
+
# GCC base paths
ifndef GCC_BASE