changeset 294:48d36405e987

Defaulting gcc for on-board compiling, see #1695
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 24 May 2016 23:46:21 +0100
parents 3d26df8a8a6c
children ff1d22e2c5a0
files Makefile
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 24 01:10:04 2016 +0100
+++ b/Makefile	Tue May 24 23:46:21 2016 +0100
@@ -22,13 +22,13 @@
 
 ifndef COMPILER
 # check whether clang is installed
-    TEST_COMPILER := $(shell which clang)
-  ifneq ($(strip $(TEST_COMPILER)), )
-    # if it is installed, use it
-    COMPILER := clang
-  else
+#    TEST_COMPILER := $(shell which clang)
+#  ifneq ($(strip $(TEST_COMPILER)), )
+#    # if it is installed, use it
+#    COMPILER := clang
+#  else
     COMPILER := gcc
-  endif
+#  endif
 endif
 
 ifeq ($(COMPILER), clang)