Displaying 2 results from an estimated 2 matches for "4cff2908".
2010 Dec 27
0
[LLVMdev] Question of autotools about adding a new target for LLVM
Good morning, Lu.
You may do;
1) build and install certain autotools with --prefix=/path/to/your/autotools
2) run the line; PATH=/path/to/your/autotools/bin:$PATH autoconf/AutoRegen.sh
Good luck! ...Takumi
2010 Dec 25
4
[LLVMdev] Question of autotools about adding a new target for LLVM
Hello all,
I am a beginner of LLVM and want to add a new Target for LLVM. I follow the
document (http://llvm.org/docs/WritingAnLLVMBackend.html)
to modify autotools/configure.ac. However when I type ./AutoRegen.sh
There is an error that "Your autoconf was not detected as being 2.60"
I download the source of autoconf 2.60 and install it. And there is the
other error that
"Your