eclipse-register-toolchain: toolchain is no longer installed in $(HOST_DIR)/usr
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:31 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:06:27 +0000 (16:06 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/eclipse-register-toolchain

index 6f919985c09a14dca416860c04a7b544ad11aa73..891d29ee6f32eb84ae9fc1a866402daeddb535c1 100755 (executable)
@@ -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