Linux - revert to preferentially use clang over gcc

Removed hardcoded requirement to use gcc

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-03-16 20:35:07 -07:00
parent 11e971eaa0
commit 1cdc44828d
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ HAVE_CLANG35=$(shell clang-3.5 -dumpversion)
# Clang will report 4.2.1 as GCC version
HAVE_CLANG=$(shell clang -dumpversion)
USE_GCC=1
#If using ubuntu 14.04 and packaged clang 4.2.1
ifeq ($(HAVE_CLANG35),4.2.1)
USE_GCC=0