Update of /cvsroot/kernelloader/linux/simple-toolchain
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7343/simple-toolchain
Modified Files:
build-all.sh
Log Message:
Also build normal hardfloat 32 bit FPU mipsel toolchain.
Index: build-all.sh
===================================================================
RCS file: /cvsroot/kernelloader/linux/simple-toolchain/build-all.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build-all.sh 29 Jul 2014 19:59:39 -0000 1.7
--- build-all.sh 18 Aug 2014 15:45:27 -0000 1.8
***************
*** 34,35 ****
--- 34,41 ----
"$SCRIPTDIR/build-ps2dev.sh" --full-build --prefix="$PREFIX" --toolchain=mips64r5900el >buildlog-ps2dev-mips64r5900el-full.txt 2>&1
+
+ # Build toolchains with hard float support:
+ PREFIX="$BASEDIR/toolchain-ps2-root-hardfloat-base"
+
+ # Toolchains for Linux:
+ "$SCRIPTDIR/build.sh" --prefix="$PREFIX" --no-gdb --toolchain=mipsel --with-float=hard --with-fpu=single --program-prefix=mipsel-linux-gnu-hard-single- >buildlog-mipsel-linux-gnu-hard-single.txt 2>&1
|