Displaying 2 results from an estimated 2 matches for "mipsarch".
2013 Jun 07
2
[LLVMdev] tools build issue with lnt in cross platform testing
...ndbox --cc
/local/llvmpb_a/install/bin/clang --cflag "-target mipsel-linux-gnu -EL
-mips16 -gcc-toolchain
/mips/arch/overflow/codesourcery/mips-linux-gnu/pro/release/2011.09-90/Linux
-fPIC" --test-suite ~/workspace/test-suite -j 1 --only-test
SingleSource/UnitTests/Mips --make-param=MIPSARCH=mips16
--llvm-arch=Mips
--make-param=RUNUNDER=/home/rkotler/test-suite/qemusample/qemueluser.sh
Seems like this is just a bug in the rules for building the tools but
maybe there is a way around this?
One other thing is that I'm using a script for RUNUNDER but would like
to just invoke qem...
2013 Jun 07
0
[LLVMdev] tools build issue with lnt in cross platform testing
...al/llvmpb_a/install/bin/clang --cflag "-target mipsel-linux-gnu -EL
> -mips16 -gcc-toolchain
> /mips/arch/overflow/codesourcery/mips-linux-gnu/pro/release/2011.09-90/Linux
> -fPIC" --test-suite ~/workspace/test-suite -j 1 --only-test
> SingleSource/UnitTests/Mips --make-param=MIPSARCH=mips16
> --llvm-arch=Mips
> --make-param=RUNUNDER=/home/rkotler/test-suite/qemusample/qemueluser.sh
>
> Seems like this is just a bug in the rules for building the tools but
> maybe there is a way around this?
>
> One other thing is that I'm using a script for RUNUNDER but...