summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/nxwm/setenv.sh')
-rwxr-xr-xnuttx/configs/sama5d3x-ek/nxwm/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
index 4446aace4..d14cbedf9 100755
--- a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
+++ b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"