From b3dabf53082df88a2d400ed218c4212c0304f599 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Dec 2013 10:01:14 -0600 Subject: default buildroot path is build_arm, not build_arm_nofpu --- nuttx/configs/pcduino-a10/nsh/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/demo/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/hello/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/norboot/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/nsh/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/nx/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/nxwm/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/ostest/setenv.sh | 2 +- nuttx/configs/sama5d3x-ek/ov2640/setenv.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nuttx') 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}" diff --git a/nuttx/configs/sama5d3x-ek/demo/setenv.sh b/nuttx/configs/sama5d3x-ek/demo/setenv.sh index 67d01fc39..8061119a0 100755 --- a/nuttx/configs/sama5d3x-ek/demo/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/demo/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}" diff --git a/nuttx/configs/sama5d3x-ek/hello/setenv.sh b/nuttx/configs/sama5d3x-ek/hello/setenv.sh index 61d85830e..3f8d78f8d 100755 --- a/nuttx/configs/sama5d3x-ek/hello/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/hello/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}" diff --git a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh b/nuttx/configs/sama5d3x-ek/norboot/setenv.sh index 5e2742547..bf2e5c0fe 100755 --- a/nuttx/configs/sama5d3x-ek/norboot/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/norboot/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}" diff --git a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh b/nuttx/configs/sama5d3x-ek/nsh/setenv.sh index 5145f93a0..ae74c56db 100755 --- a/nuttx/configs/sama5d3x-ek/nsh/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/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}" diff --git a/nuttx/configs/sama5d3x-ek/nx/setenv.sh b/nuttx/configs/sama5d3x-ek/nx/setenv.sh index 830126b00..7642014bf 100755 --- a/nuttx/configs/sama5d3x-ek/nx/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/nx/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}" diff --git a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh b/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh index 4446aace4..d14cbedf9 100755 --- a/nuttx/configs/sama5d3x-ek/nxwm/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/nxwm/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}" diff --git a/nuttx/configs/sama5d3x-ek/ostest/setenv.sh b/nuttx/configs/sama5d3x-ek/ostest/setenv.sh index 9b2028586..da8ac6349 100755 --- a/nuttx/configs/sama5d3x-ek/ostest/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/ostest/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}" diff --git a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh b/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh index a73c27b7a..f19f1b921 100755 --- a/nuttx/configs/sama5d3x-ek/ov2640/setenv.sh +++ b/nuttx/configs/sama5d3x-ek/ov2640/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}" -- cgit v1.2.3