Add info about compiler used for ispc build to Makefle output

This commit is contained in:
Dmitry Babokin
2013-03-18 12:30:06 +04:00
parent 5bc3b4f768
commit 0f631ad49b

View File

@@ -122,6 +122,7 @@ llvm_check:
print_llvm_src: llvm_check print_llvm_src: llvm_check
@echo Using LLVM `llvm-config --version` from `llvm-config --libdir` @echo Using LLVM `llvm-config --version` from `llvm-config --libdir`
@echo Using compiler to build: `$(CXX) --version | head -1`
clean: clean:
/bin/rm -rf objs ispc /bin/rm -rf objs ispc