Redundant.
Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330
$(LLVM_CXXFLAGS)
libgallium_la_SOURCES += \
- $(GALLIVM_SOURCES) \
- $(GALLIVM_CPP_SOURCES)
+ $(GALLIVM_SOURCES)
endif
gallivm/lp_bld_tgsi_soa.c \
gallivm/lp_bld_type.c \
gallivm/lp_bld_type.h
-
-GALLIVM_CPP_SOURCES := \
- gallivm/lp_bld_debug.cpp \
- gallivm/lp_bld_debug.h \
- gallivm/lp_bld_misc.cpp \
- gallivm/lp_bld_misc.h
if env['llvm']:
source += env.ParseSourceList('Makefile.sources', [
'GALLIVM_SOURCES',
- 'GALLIVM_CPP_SOURCES'
])
gallium = env.ConvenienceLibrary(