Home
last modified time | relevance | path

Searched refs:ctf_cc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-no-dwarf.ksh93 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c
95 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c
98 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
100 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
105 $ctf_cc $cflags -c -o file1.o file1.c
107 $ctf_cc $cflags -c -o file1.o file1.c
112 $ctf_cc $cflags -o mybin file1.c
114 $ctf_cc $cflags -o mybin file1.c
119 $ctf_cc $cflags -c -o file1.o file1.c
120 $ctf_cc $cflags $ctf_debugflags -c -o file2.o file2.c
[all …]
H A Dctftest.ksh33 ctf_cc="gcc"
100 typeset name=$($ctf_cc --version | awk '{ print $1; exit; }')
104 version=$($ctf_cc --version | awk '{ print $NF; exit; }')
106 version=$($ctf_cc --version | awk '{ print $NF; exit; }')
108 warn "failed to parse compiler name from $ctf_cc, will " \
122 cc: $(which $ctf_cc)
138 if ! "$ctf_cc" $flags -o "$ctf_temp" -c "$source"; then
179 CC="$ctf_cc" \
274 ctf_cc=$OPTARG
299 export ctf_as ctf_cc ctf_cxx ctf_debugflags ctf_merge ctf_convert
H A Dctftest-merge-no-ctf.ksh96 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c
98 $ctf_cc $cflags -c -o file2.o file2.c
104 $ctf_cc $cflags -o mybin file2.o file1.o
106 $ctf_cc $cflags -o mybin file2.o file1.o
H A Dctftest-convert-non-c.ksh85 $ctf_cc $DEBUGFLAGS -c -o file2.o file2.cc