Lines Matching refs:gcc

83   --use-gcc-pipe              Build with GCC option -pipe. Speeds up the build
85 --use-gcc-graphite Build with GCC Graphite engine for loop
87 --use-32bit Use -m32 flag on 64bit host gcc compiler.
102 CC The host compiler. Defaults to "gcc".
105 HAIKU_CC_<arch> The compiler for <arch>. Defaults to "gcc".
239 if [ -f "$BASE/bin/$TRIPLET-gcc" ]; then
240 [ "$BASE/bin/$TRIPLET-gcc" -nt "$SOURCE/legacy/gcc/configure" ] && \
241 [ "$BASE/bin/$TRIPLET-gcc" -nt "$SOURCE/gcc/gcc/configure" ]
266 local gcc="$1"
279 local gcclib=`$gcc -print-libgcc-file-name`
282 local gccRawVersion=`$gcc -dumpversion`
283 local gccMachine=`$gcc -dumpmachine`
296 echo "Unsupported gcc target machine: $gccMachine" >&2
326 boot32Libgcc=`$gcc -m32 -print-file-name=libgcc.a`
327 boot32LibSupCxx=`$gcc -m32 -print-file-name=libsupc++.a`
328 bootLibgcc=`$gcc -print-file-name=libgcc.a`
329 bootLibSupCxx=`$gcc -print-file-name=libsupc++.a`
348 UNUSED=`echo "int main() {}" | $gcc -xc -c -floop-block - 2>&1`
357 get_build_tool_path CC_$targetArch "$gcc"
604 CC=gcc
679 # version of legacy gcc required to build haiku
820 --use-gcc-pipe) HAIKU_USE_GCC_PIPE=1; shift 1;;
821 --use-gcc-graphite) useGccGraphiteDefault=1; shift 1;;
936 set_default_value HAIKU_CC_$targetArch gcc
948 set_default_value HAIKU_CC_$targetArch gcc-$targetArch
1028 # prepare gcc settings and get the actual target architecture
1030 gcc="$HAIKU_clang -target ${targetMachine}"
1032 gcc="$gcc -B ${crossToolsPrefix}"
1038 clangHeadersDir=`$gcc -print-resource-dir`/include/
1045 gcc=`get_variable HAIKU_CC_$targetArch`
1047 gcc="${crossToolsPrefix}gcc"
1049 standard_gcc_settings "$gcc"