Change the default path to the buildroot bin/ directory in all setenv.sh files

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-10-10 12:56:02 +00:00
parent c8ef35a6a6
commit 5c4f5fa6fe
94 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"