Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env210 added_gcc=$1
234 if test -z "$added_gcc" || test -z "$added_gxx" ; then
239 if ! test -x "$added_gcc" ; then
240 print_output "'$added_gcc' is not executable."
245 print_output "'$added_gcc' is not executable."
251 add_file $added_gcc /usr/bin/gcc
265 add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1
267 specfile=`$added_gcc -print-file-name=specs`
272 ltofile=`$added_gcc -print-prog-name=lto1`