aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-19 14:07:13 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-19 14:07:13 +0159
commiteb0c949e78acda20bf572dcd9ff6ba6b64b008a6 (patch)
tree371ed454297cf1a542e04e1d5d87bdfadce100b5
parent5623e31d6426fb54d97f960cbe20bcea1457587b (diff)
downloadbuild-eb0c949e78acda20bf572dcd9ff6ba6b64b008a6.tar.gz
Fix typo
-rwxr-xr-xlinaro-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-build.sh b/linaro-build.sh
index ede3523..4557731 100755
--- a/linaro-build.sh
+++ b/linaro-build.sh
@@ -258,7 +258,7 @@ else
fi
${ARG_TOOLCHAIN_SRC_DIR}/build/configure \
- --prefix=${ARG_PREFIX_DIR} --target=arm-eabi- \
+ --prefix=${ARG_PREFIX_DIR} --target=arm-eabi \
--disable-docs --disable-nls \
--host=${BUILD_HOST} --build=${BUILD_HOST} \
${BUILD_SYSROOT} \