Displaying 4 results from an estimated 4 matches for "clang_tc".
Did you mean:
clang_rt
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...quot;
$ $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++ \
RANLIB=$MIPS/bin/mips-linux-gnu-ranlib \
AR=$MIPS/bin/mips-linux-gnu-ar \
build_alias=i686-unknown-linux-gnu host_alias=mipsel-linux-gnu
>> Any ideas?
>>
>> Reed
>>
>>
>>
>>
>>
>> ___...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...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++ \
>> RANLIB=$MIPS/bin/mips-linux-gnu-ranlib \
>> AR=$MIPS/bin/mips-linux-gnu-ar \
>> build_alias=i686-unknown-linux-gnu host_alias=mipsel-linux-gnu
>>
>>
>> Any ideas?
>>
>> Reed
>&...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
...-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++ \
>>>> RANLIB=$MIPS/bin/mips-linux-gnu-ranlib \
>>>> AR=$MIPS/bin/mips-linux-gnu-ar \
>>>> build_alias=i686-unknown-linux-gnu host_alias=mipsel-linux-gnu
>>>>
>>>&...
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