llvmpipe: use $(CXX) instead of g++ for linking.

This allows setting the path to the C++ compiler.
This commit is contained in:
Stéphane Marchesin 2011-06-01 10:37:13 -07:00
parent c2e659037f
commit 1af8b7250f

View file

@ -71,7 +71,7 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
LDFLAGS += $(LLVM_LDFLAGS)
LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
LD=g++
LD=$(CXX)
$(PROGS): lp_test_main.o libllvmpipe.a