add new dfboot loader - a complete revison of romboot code.
[openwrt/svn-archive/archive.git] / target / linux / at91-2.6 / image / dfboot / src / gcc-softfloat-3.4.5-glibc-2.3.6.sh
1 #!/bin/bash
2 # This is a Softfloat version of gcc for ARM suitable to compile U-Boot.
3 # It was compiled using crosstool-0.42 using
4 export GCCROOT=/usr/local/arm
5 export GCC_VERSION=3.4.5
6 export GLIBC_VERSION=2.3.6
7 export CROSS_CHAIN=gcc-$GCC_VERSION-glibc-$GLIBC_VERSION
8 export PATH=$PATH:$GCCROOT/$CROSS_CHAIN/arm-softfloat-linux-gnu/bin
9 export CROSS_COMPILE=arm-softfloat-linux-gnu-