search for: ac_tool_prefix

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

2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...- llvm/trunk/configure (original) > +++ llvm/trunk/configure Fri Sep 16 15:36:16 2011 > @@ -5817,7 +5817,7 @@ > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS > conftest.$ac_ext $LIBS >&5' > ac_compiler_gnu=$ac_cv_c_compiler_gnu > if test -n "$ac_tool_prefix"; then > - for ac_prog in gcc > + for ac_prog in clang llvm-gcc gcc > do > # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a > program name with args. > set dummy $ac_tool_prefix$ac_prog; ac_word=$2 > @@ -5861,7 +5861,7 @@ > fi &g...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki: