[llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
Duncan Sands
baldrick at free.fr
Fri Sep 4 10:27:33 PDT 2009
Hi Mikael,
> Patch fixes the problem in a way that it asks with llvm-config
> --includedir where include files really should be found.
I don't get it. The llvm-gcc build should not be used the installed
llvm at all - you shouldn't need to install llvm in order to build
llvm-gcc, only build it. So asking llvm-config where it was installed
is just wrong. It sounds like the real problem is that LLVMOBJDIR and
LLVMSRCDIR are pointing to the wrong places. What did you pass to
--enable-llvm when you configured llvm-gcc?
Ciao,
Duncan.
More information about the llvm-commits
mailing list