summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcduino-a10
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-26 10:01:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-26 10:01:14 -0600
commitb3dabf53082df88a2d400ed218c4212c0304f599 (patch)
tree8906c179d4a58894d8aeefb78806f6f6da6ccc0c /nuttx/configs/pcduino-a10
parentdc87546322f4fab6a596c18ec248e7814854db45 (diff)
downloadnuttx-b3dabf53082df88a2d400ed218c4212c0304f599.tar.gz
nuttx-b3dabf53082df88a2d400ed218c4212c0304f599.tar.bz2
nuttx-b3dabf53082df88a2d400ed218c4212c0304f599.zip
default buildroot path is build_arm, not build_arm_nofpu
Diffstat (limited to 'nuttx/configs/pcduino-a10')
-rwxr-xr-xnuttx/configs/pcduino-a10/nsh/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/pcduino-a10/nsh/setenv.sh b/nuttx/configs/pcduino-a10/nsh/setenv.sh
index 90ffc1815..cfde48e37 100755
--- a/nuttx/configs/pcduino-a10/nsh/setenv.sh
+++ b/nuttx/configs/pcduino-a10/nsh/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}"