Makefile.common: comment out usage of llvm versions of ar and ranlib with clang.

These are for LLVM bitcode, I think.  In any case, they're giving me errors.

git-svn-id: https://svn.eduke32.com/eduke32@2544 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-03-26 22:03:51 +00:00
parent f0885f665b
commit 4d3e668352

View file

@ -81,8 +81,8 @@ STRIP=strip
ifneq (0,$(CLANG))
CC=clang
CXX=clang++
AR=llvm-ar
RANLIB=llvm-ranlib
# AR=llvm-ar
# RANLIB=llvm-ranlib
endif
# compiler flags etc.