Home | History | Annotate | Download | only in ppc-cross

Lines Matching refs:crosstool

5 # Script for generating a PowerPC cross compiler using crosstool.
38 # Extract and run crosstool for the specified gcc and glibc versions.
76 if [ ! -e $TARBALLS_DIR/crosstool-${CROSSTOOL_VERSION}.tar.gz ]; then
79 wget -q -nc "http://kegel.com/crosstool/crosstool-${CROSSTOOL_VERSION}.tar.gz"
83 /bin/tar -zxf $TARBALLS_DIR/crosstool-${CROSSTOOL_VERSION}.tar.gz
87 for f in ../crosstool-patches/*
121 # Variables that are ignored by crosstool.
124 CROSSTOOL_FOLDER=$PWD/crosstool-$CROSSTOOL_VERSION
129 # Variables that are used by the crosstool script as input.