Mercurial > hg > beaglert
diff Makefile @ 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 | feadb63cff32 |
children | 4475c0bc2aaa |
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)