Fixed Makefile target gcc to use g++ instead of clang

This commit is contained in:
Anton Mitrokhin
2014-07-11 18:25:33 +04:00
parent d618670fd3
commit d56d690d77

View File

@@ -240,9 +240,9 @@ ispc: print_llvm_src dirs $(OBJS)
clang: ispc
clang: CXX=clang++
# Use gcc as a default compiler, instead of gcc
# Use gcc as a default compiler
gcc: ispc
gcc: CXX=clang++
gcc: CXX=g++
# Build ispc with address sanitizer instrumentation using clang compiler
# Note that this is not portable build