Searched refs:ctf_cc (Results 1 – 4 of 4) sorted by relevance
93 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c95 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c98 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c100 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c105 $ctf_cc $cflags -c -o file1.o file1.c107 $ctf_cc $cflags -c -o file1.o file1.c112 $ctf_cc $cflags -o mybin file1.c114 $ctf_cc $cflags -o mybin file1.c119 $ctf_cc $cflags -c -o file1.o file1.c120 $ctf_cc $cflags $ctf_debugflags -c -o file2.o file2.c[all …]
34 ctf_cc="gcc"102 typeset name=$($ctf_cc --version | awk '{ print $1; exit; }')106 version=$($ctf_cc --version | awk '{ print $NF; exit; }')108 version=$($ctf_cc --version | awk '{ print $NF; exit; }')110 warn "failed to parse compiler name from $ctf_cc, will " \124 cc: $(which $ctf_cc)140 if ! "$ctf_cc" $flags -o "$ctf_temp" -c "$source"; then181 CC="$ctf_cc" \276 ctf_cc=$OPTARG305 export ctf_as ctf_cc ctf_cxx ctf_debugflags ctf_merge ctf_convert
96 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c98 $ctf_cc $cflags -c -o file2.o file2.c104 $ctf_cc $cflags -o mybin file2.o file1.o106 $ctf_cc $cflags -o mybin file2.o file1.o
85 $ctf_cc $DEBUGFLAGS -c -o file2.o file2.cc