summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-08 01:24:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-08 01:24:42 +0000
commit2d3bbda678e4a4613303e32b53c4b652232e0dca (patch)
treef6c2781c153a3ee1335aeff948f4d99f40296ef2 /nuttx/configs/qemu-i486/ostest/setenv.sh
parent8f66f424602e26f0a43a62beaa3c2aec7775c890 (diff)
downloadpx4-nuttx-2d3bbda678e4a4613303e32b53c4b652232e0dca.tar.gz
px4-nuttx-2d3bbda678e4a4613303e32b53c4b652232e0dca.tar.bz2
px4-nuttx-2d3bbda678e4a4613303e32b53c4b652232e0dca.zip
misc QEMU fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3351 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest/setenv.sh')
-rwxr-xr-xnuttx/configs/qemu-i486/ostest/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/setenv.sh b/nuttx/configs/qemu-i486/ostest/setenv.sh
index df098332a..b119c7e62 100755
--- a/nuttx/configs/qemu-i486/ostest/setenv.sh
+++ b/nuttx/configs/qemu-i486/ostest/setenv.sh
@@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
# Uncomment and modify the following if you are using anything other
# than the system GCC
# WD=`pwd`
-# export BUILDROOT_BIN="${WD}/../../buildroot/build_i486/staging_dir/bin"
+# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin"
# export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"