search for: kashyapa

Displaying 2 results from an estimated 2 matches for "kashyapa".

Did you mean: kashyap
2008 Feb 15
3
[LLVMdev] llvm-gcc is generating native code
Hello, I downloaded llvm-gcc4.2-2.2.source.tar.gz and followed instructions in README.LLVM, I used this to configure it: ../configure --prefix=/opt/llvm --enable-threads --disable-nls --enable-languages=c,c++ --enable-sjlj-exceptions --enable-llvm=/home/kashyapa/llvm-2.2 --program-prefix=llvm- --disable-bootstrap I have already installed llvm-2.2 in /opt/llvm. The compilation goes thru fine. /opt/llvm/bin/llvm-gcc -v, prints this: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/opt/llvm --enable-threads --...
2008 Feb 15
0
[LLVMdev] llvm-gcc is generating native code
...ando > Hello, > > I downloaded llvm-gcc4.2-2.2.source.tar.gz and followed instructions in > README.LLVM, I used this to configure it: > > ../configure --prefix=/opt/llvm --enable-threads --disable-nls > --enable-languages=c,c++ --enable-sjlj-exceptions > --enable-llvm=/home/kashyapa/llvm-2.2 --program-prefix=llvm- > --disable-bootstrap > > > > I have already installed llvm-2.2 in /opt/llvm. > > The compilation goes thru fine. /opt/llvm/bin/llvm-gcc -v, prints this: > > > > Using built-in specs. > > Target: i686-pc-linux-gnu > > Conf...