summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2011-01-12 21:29:58 -0800
committerPiotr Esden-Tempski <piotr@esden.net>2011-01-12 21:31:06 -0800
commit8e028a76fa8e7d07daa238a835d810bcedf0bc22 (patch)
tree3a9282f36a51fbeb561374cba7029599de1f1b74
parente489f98fa7081127b55f234d145d0c5f356f17c3 (diff)
Fixed libiconv location parameter. Thanks Bernard Davison!
-rwxr-xr-xsummon-arm-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index ff196e8..d77d3a5 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -123,7 +123,7 @@ case "$(uname)" in
--with-gmp=${DARWIN_OPT_PATH} \
--with-mpfr=${DARWIN_OPT_PATH} \
--with-mpc=${DARWIN_OPT_PATH} \
- -with-libiconv-prefix=${DARWIN_OPT_PATH}"
+ --with-libiconv-prefix=${DARWIN_OPT_PATH}"
OOCD_CFLAGS="-m32 -I/opt/mine/include -I/opt/local/include"
OOCD_LDFLAGS="-L/opt/mine/lib -L/opt/local/lib"
;;