Displaying 3 results from an estimated 3 matches for "temp_install".
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
...--enable-optimized
                             --enable-jit
                             --disable-threads
                             --enable-pic
                             --disable-shared
                             --with-pic
                             --prefix=/home/poki/hybridQ/llvm/temp_install
                             --build=i686-pc-linux-gnu
                             --host=arm-none-linux-gnueabi
                             --target=arm-none-linux-gnueabi
I'm not familiar with llvm.
Is there an error about mu configure?
then make -j4    //it's ok
        make install...
2011 Jun 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...--enable-jit
>                              --disable-threads
>                              --enable-pic
>                              --disable-shared
>                              --with-pic
>                              --prefix=/home/poki/hybridQ/llvm/temp_install
>                              --build=i686-pc-linux-gnu
>                              --host=arm-none-linux-gnueabi
>                              --target=arm-none-linux-gnueabi
>
> I'm not familiar with llvm.
> Is there an error about mu configure?
>
> then make -j4...
2011 May 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...                         --enable-jit
>                              --disable-threads
>                              --enable-pic
>                              --disable-shared
>                              --with-pic
>                              --prefix=/home/poki/hybridQ/llvm/temp_install
>                              --build=i686-pc-linux-gnu
>                              --host=arm-none-linux-gnueabi
>                              --target=arm-none-linux-gnueabi
> I'm not familiar with llvm.
> Is there an error about mu configure?
> then make -j4    //it...