Lines Matching refs:tool
59 # Get the version number of a given tool
62 tool=$1
63 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
65 elif test -f $tool/common/create-version.sh; then
66 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test $tool = "gdb"; then
70 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
73 elif test -f $tool/version.in; then
74 head -n 1 $tool/version.in
131 tool=$3
147 case " $tool $support_files " in
160 dirs="$DEVO_SUPPORT $support_files $tool"
340 tool=$2
343 verdir=${5:-$tool}
345 do_proto_toplev $package $ver $tool "$support_files"
355 tool=$2
358 ver=$(getver $tool)
359 do_proto_toplev $package $ver $tool "$support_files"
371 tool=gas
372 tar_compress $package $tool "$GAS_DIRS" "$compressors"
380 tool=binutils
381 tar_compress $package $tool "$BINUTILS_DIRS" "$compressors"
389 tool=binutils
390 tar_compress $package $tool "$BINUTILS_GOLD_DIRS" "$compressors"
401 tool=binutils
402 tar_compress $package $tool "$GOLD_DIRS" "$compressors"
410 tool=gdb
411 gdb_tar_compress $package $tool "$GDB_SUPPORT_DIRS" "$compressors"
420 tool=sim
421 tar_compress $package $tool "$SIM_SUPPORT_DIRS" "$compressors" gdb