<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - llvmpipe's Makefile doesn't take care of CXXFLAGS or CPPFLAGS"
href="https://bugs.freedesktop.org/show_bug.cgi?id=54626#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - llvmpipe's Makefile doesn't take care of CXXFLAGS or CPPFLAGS"
href="https://bugs.freedesktop.org/show_bug.cgi?id=54626">bug 54626</a>
from <span class="vcard"><a class="email" href="mailto:alexandre.f.demers@gmail.com" title="Alexandre Demers <alexandre.f.demers@gmail.com>"> <span class="fn">Alexandre Demers</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>