From 6ea8767dce0ac40d992eae037892e6d8392e82cd 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/hymini-stm32v/usbstorage/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/hymini-stm32v/usbstorage') diff --git a/nuttx/configs/hymini-stm32v/usbstorage/setenv.sh b/nuttx/configs/hymini-stm32v/usbstorage/setenv.sh index a0371cdce..629897058 100755 --- a/nuttx/configs/hymini-stm32v/usbstorage/setenv.sh +++ b/nuttx/configs/hymini-stm32v/usbstorage/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -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}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" -- cgit v1.2.3