summaryrefslogtreecommitdiffstats
path: root/vm-help/do_tools
blob: a15b0da058a5dab9e162f2fe08b328184b3c5f3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

if [ $# -eq 0 ] ; then
   echo NO ARGUMENTS
   exit 1
fi

# NEWLIB_HEAD="--macros=snapshots/newlib-head.mc"

for tool in $*
do
  # --force when building all
  time ../source-builder/sb-set-builder \
     --log=l-${tool}.txt \
     --prefix=${HOME}/rtems-4.11-work/tools 4.11/rtems-${tool}
done