1 # setup some configuration variables
2 builddir=$YARI_XTOOLS_BUILDDIR
4 target=$YARI_XTOOLS_TARGET
5 install_prefix=$YARI_XTOOLS_INSTALL_PREFIX
6 make_option=$YARI_XTOOLS_MAKE_OPTION
7 # enable this if you install into a directory that you don't own
11 GNUsrc=~/Downloads/FSF #$PWD
13 binutilsdist=binutils-2.19
14 newlibdist=newlib-1.16.0
21 if [ ! -f $GNUsrc/$object ]; then
22 wget -O $GNUsrc/$object $location/$object
24 echo "already have cached version of $object"