summaryrefslogtreecommitdiff
path: root/scripts/addToolVersion.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-11-07 06:15:11 (GMT)
committerAlexey Neyman <stilor@att.net>2015-11-13 18:28:44 (GMT)
commitac7ce3847590bd0983c581ad15c01a27c6637f18 (patch)
tree7f717ea85dc9ef3b1117b4040edce4cb032d555a /scripts/addToolVersion.sh
parent6f7e6b9969681cb3f85464066fa819fa90060783 (diff)
Convert expat for target into a companion lib.
Expat-for-host to be done. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/addToolVersion.sh')
-rwxr-xr-xscripts/addToolVersion.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh
index 9c6c4c6..7ff6102 100755
--- a/scripts/addToolVersion.sh
+++ b/scripts/addToolVersion.sh
@@ -18,7 +18,7 @@ doHelp() {
'tool' in one of:
gcc, binutils, glibc, uClibc, newlib, linux, gdb, dmalloc,
duma, strace, ltrace, libelf, gmp, mpfr, ppl, cloog, mpc,
- mingw-w64
+ mingw-w64, expat
Valid options for all tools:
--stable, -s, +x (default)
@@ -191,6 +191,7 @@ while [ $# -gt 0 ]; do
--cloog) EXP=; OBS=; cat=CLOOG; tool=cloog; tool_prefix=companion_libs; dot2suffix=;;
--mpc) EXP=; OBS=; cat=MPC; tool=mpc; tool_prefix=companion_libs; dot2suffix=;;
--libelf) EXP=; OBS=; cat=LIBELF; tool=libelf; tool_prefix=companion_libs; dot2suffix=;;
+ --expat) EXP=; OBS=; cat=EXPAT; tool=expat; tool_prefix=companion_libs; dot2suffix=;;
# Tools options:
-x|--experimental|+s) EXP=1;;