aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-04-24 08:39:04 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-04-24 08:39:04 +0300
commiteaba4f25b6e78cd81f3f2d4550656c5d558dced8 (patch)
tree0532d8a7fefc1c33b9a0e63a26dad518527a1930 /build-scripts
parent9fe704092d2caea9757425e2338e024d6d242368 (diff)
parentea41bbf1d8ad52d5cb15cf19a9d04d513453deb4 (diff)
build-scripts/create-user-build-script: Do not hardcode toolchain prefix (LP: #1170745)
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/create-user-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 04f07de..44787b6 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -152,7 +152,7 @@ EOF
if [ -n "$TOOLCHAIN_URL" ] ; then
cat <<EOF
export TOOLCHAIN_URL=${TOOLCHAIN_URL}
-export TARGET_TOOLS_PREFIX=android-toolchain-eabi/bin/arm-linux-androideabi-
+export TARGET_TOOLS_PREFIX=${TARGET_TOOLS_PREFIX}
EOF
else