Lines Matching full:echo
5 base=`cd \`dirname $0\`; echo $PWD`
10 target=`echo $1 | sed -e 's/^[^=]*=//'`
11 echo $2 := $3$target >> ${configmak}
15 target=`echo $1 | sed -e 's/^[^=]*=//'`
16 echo $2 ?= $target >> ${configmak}
120 echo include gcc.mak > ${base}/build/lib/Makefile
121 echo include gcc.mak > ${base}/build/test/unit/Makefile
122 echo include gcc.mak > ${base}/build/test/eh/Makefile
195 echo "Using $option in generated library names"
234 case `echo $option | sed -e 's/^[^=]*=//'` in
236 target=`echo $option | sed -e 's/^[^=]*=//'`
237 echo COMPILER_NAME := $target >> ${configmak}
238 echo include $target.mak > ${base}/build/lib/Makefile
239 echo include $target.mak > ${base}/build/test/unit/Makefile
240 echo include $target.mak > ${base}/build/test/eh/Makefile
243 echo "Not supported compilers family"
263 case `echo $option | sed -e 's/^[^=]*=//'` in
274 echo "Not supported windows platform"
280 echo "Unknown configuration option '$option'"
288 echo "Both --with-cxx and \$CXX set, using the first"
292 echo "For cross-compilation with gcc use --target option only"
295 echo "\$CXX set, but I don't see \$CC!"
301 echo "Both --with-cc and \$CC set, using the first"
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"