summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-05 13:14:31 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 16:06:27 +0200
commit4db7d1f355048df231c5733910437b27e5363107 (patch)
tree41a790654c9ce541b9b25dc46a4821d42d9bbfdc /support
parent6e9c98a8384a09547c2544df2f3e15c08bae63d0 (diff)
downloadbuildroot-4db7d1f355048df231c5733910437b27e5363107.tar.gz
buildroot-4db7d1f355048df231c5733910437b27e5363107.zip
eclipse-register-toolchain: toolchain is no longer installed in $(HOST_DIR)/usr
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/eclipse-register-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/eclipse-register-toolchain b/support/scripts/eclipse-register-toolchain
index 6f919985c0..891d29ee6f 100755
--- a/support/scripts/eclipse-register-toolchain
+++ b/support/scripts/eclipse-register-toolchain
@@ -45,7 +45,7 @@ if test ! -d ${project_directory}/host ; then
exit 1
fi
-if test ! -e ${project_directory}/host/usr/bin/${toolchain_prefix}gcc ; then
+if test ! -e ${project_directory}/host/bin/${toolchain_prefix}gcc ; then
echo "Cannot find the cross-compiler in the project directory"
exit 1
fi
OpenPOWER on IntegriCloud