[LLVMbugs] Can't get llvm-as linked by setting LDFLAGS

Chris Lattner sabre at nondot.org
Fri Oct 15 13:42:47 PDT 2004


On Fri, 15 Oct 2004, Henrik Bach wrote:

> >Arg, I'm sorry, you really want to add it to TOOLLINKOPTS:
> >
> >TOOLLINKOPTS += -ldbghelp
> >
> >Sorry about that,
> >
>
> It's all right :) Where should I put it - In Makefile.rules or in the leaf
> makefiles?

If you put it in Makefile.rules it will go into every tool, so put it
there if every tool should get it (probably yes, as it won't hurt
anything).

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-bugs mailing list