search for: clang_install

Displaying 4 results from an estimated 4 matches for "clang_install".

2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...t; Why the difference? >> > How are you configuring? > > -eric > (You can see our wiki page https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm ) Basically: $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}" $ $CLANG_SRC/configure \ --prefix=$CLANG_INSTALL \ --build=i686-pc-linux-gnu \ --host=mipsel-linux-gnu \ --enable-optimized \ # turn on optimization "--with-extra-options=${OPT}" \ "--with-extra-ld-options=${OPT}" \ CC=$CLANG_TC/bin/clang \ CXX=$CLANG_TC/bin/clang++ \ RA...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...gt;> (You can see our wiki page >> https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm ) >> >> Basically: >> >> $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}" >> >> >> $ $CLANG_SRC/configure \ >> --prefix=$CLANG_INSTALL \ >> --build=i686-pc-linux-gnu \ >> --host=mipsel-linux-gnu \ >> --enable-optimized \ # turn on optimization >> "--with-extra-options=${OPT}" \ >> "--with-extra-ld-options=${OPT}" \ >> CC=$CLANG_T...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
...ps.com/wiki/Build_mips_clang_llvm ) >>>> >>>> Basically: >>>> >>>> $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}" >>>> >>>> >>>> $ $CLANG_SRC/configure \ >>>> --prefix=$CLANG_INSTALL \ >>>> --build=i686-pc-linux-gnu \ >>>> --host=mipsel-linux-gnu \ >>>> --enable-optimized \ # turn on optimization >>>> "--with-extra-options=${OPT}" \ >>>> "--with-extra-ld-opt...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
I'm trying to build a native hosted mips compiler on ubuntu x86. When I run configure with clang/llvm as the compiler, configure thinks that zlib is present and that valgrind is. But later on the make it cannot find zlib.h. If I tell it to not do compression, then it does not look for zlib.h but dies looking for valgrind, even if I tell it to disable-valgrind. If I configure using