Mercurial > hg > beaglert
diff Makefile @ 295:e63d35c6ae96 prerelease
Defaulting to gcc compiler (see #1695), updates to build_pd_heavy to make it compile with the new Makefile
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 25 May 2016 00:18:37 +0100 |
parents | 4815ed0f21de |
children | e4392164b458 |
line wrap: on
line diff
--- a/Makefile Tue May 24 01:18:57 2016 +0100 +++ b/Makefile Wed May 25 00:18:37 2016 +0100 @@ -46,13 +46,13 @@ ifndef COMPILER # check whether clang is installed - TEST_COMPILER := $(shell which clang) - ifneq ($(strip $(TEST_COMPILER)), ) +# TEST_COMPILER := $(shell which clang) +# ifneq ($(strip $(TEST_COMPILER)), ) # if it is installed, use it - COMPILER := clang - else +# COMPILER := clang +# else COMPILER := gcc - endif +# endif endif ifeq ($(COMPILER), clang)