From 3d754095f92510813006fe42564e5eb473604e1f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 10 Oct 2012 12:56:02 +0000 Subject: Change the default path to the buildroot bin/ directory in all setenv.sh files git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/poll/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/ntosd-dm320/poll/setenv.sh') diff --git a/nuttx/configs/ntosd-dm320/poll/setenv.sh b/nuttx/configs/ntosd-dm320/poll/setenv.sh index a3479fb18..de3b64ea9 100755 --- a/nuttx/configs/ntosd-dm320/poll/setenv.sh +++ b/nuttx/configs/ntosd-dm320/poll/setenv.sh @@ -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}" -- cgit v1.2.3