diff -urN crosstool-old/arm-ep9312.dat crosstool-new/arm-ep9312.dat --- crosstool-old/arm-ep9312.dat 1969-12-31 17:00:00.000000000 -0700 +++ crosstool-new/arm-ep9312.dat 2005-01-19 17:33:26.347024656 -0700 @@ -0,0 +1,4 @@ +KERNELCONFIG=`pwd`/arm.config +TARGET=arm-ep9312-linux-gnu +GCC_EXTRA_CONFIG="--with-cpu=ep9312 --enable-cxx-flags=-mcpu=ep9312" +TARGET_CFLAGS="-O" diff -urN crosstool-old/demo-arm-ep9312.sh crosstool-new/demo-arm-ep9312.sh --- crosstool-old/demo-arm-ep9312.sh 1969-12-31 17:00:00.000000000 -0700 +++ crosstool-new/demo-arm-ep9312.sh 2005-01-19 17:33:26.347024656 -0700 @@ -0,0 +1,32 @@ +#!/bin/sh +set -ex +TARBALLS_DIR=$HOME/downloads +RESULT_TOP=/opt/crosstool +export TARBALLS_DIR RESULT_TOP +GCC_LANGUAGES="c,c++" +export GCC_LANGUAGES + +# Really, you should do the mkdir before running this, +# and chown /opt/crosstool to yourself so you don't need to run as root. +mkdir -p $RESULT_TOP + +# Build the toolchain. Takes a couple hours and a couple gigabytes. + +#eval `cat arm-ep9312.dat gcc-2.95.3-glibc-2.1.3.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-2.95.3-glibc-2.2.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.2.3-glibc-2.2.5.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.2.3-glibc-2.2.5.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3-glibc-2.2.5.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3.1-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3.2-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3.2-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.3.3-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.4.0-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.4.1-glibc-2.2.5.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.4.1-glibc-2.3.2.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.4.1-glibc-2.3.3.dat` sh all.sh --notest +#eval `cat arm-ep9312.dat gcc-3.4.1-glibc-20040827.dat` sh all.sh --notest + eval `cat arm-ep9312.dat gcc-3.4.2-glibc-2.3.3.dat` sh all.sh --notest + +echo Done.