[Mesa-dev] [Bug 54626] llvmpipe's Makefile doesn't take care of CXXFLAGS or CPPFLAGS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 27 23:30:25 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54626

--- Comment #1 from Alexandre Demers <alexandre.f.demers at gmail.com> ---
A simple solution is to add $(CXXFLAGS) at the end of LDFLAGS +=
$(LLVM_LDFLAGS) in llvmpipe's Makefile. This gives:
LDFLAGS += $(LLVM_LDFLAGS) $(CXXFLAGS)

and it fixes the build.

Is it the right place to add it? Any comments?

Actually, I think the Makefile itself is wrong compared to others, like under
r600.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120928/1b9bb68a/attachment.html>


More information about the mesa-dev mailing list