From 918a07c221f96e06c04a5bcc3a8c81c7c126feeb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 29 Aug 2011 19:06:56 +0000 Subject: [PATCH] Work around a CodeSourcery floating point bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3922 42af7a65-404d-4744-a932-0658087f49c3 --- configs/stm3210e-eval/nsh2/setenv.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/stm3210e-eval/nsh2/setenv.sh b/configs/stm3210e-eval/nsh2/setenv.sh index af11e796f4..09d1c5cea4 100755 --- a/configs/stm3210e-eval/nsh2/setenv.sh +++ b/configs/stm3210e-eval/nsh2/setenv.sh @@ -47,6 +47,11 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}" fi +# This the Cygwin path to the location where I installed the RIDE +# toolchain under windows. You will also have to edit this if you install +# the RIDE toolchain in any other location +#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Raisonance/Ride/arm-gcc/bin" + # This the Cygwin path to the location where I installed the CodeSourcery # toolchain under windows. You will also have to edit this if you install # the CodeSourcery toolchain in any other location