mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
scripts/addToolsVersion: add support for MPC
This commit is contained in:
parent
f0b5c37abf
commit
90a54f50be
@ -18,7 +18,7 @@ Usage: ${myname} <tool> <[options] version [...]> ...
|
|||||||
'tool' in one of:
|
'tool' in one of:
|
||||||
--gcc, --binutils, --glibc, --eglibc, --uClibc, --linux,
|
--gcc, --binutils, --glibc, --eglibc, --uClibc, --linux,
|
||||||
--gdb, --dmalloc, --duma, --strace, --ltrace, --libelf
|
--gdb, --dmalloc, --duma, --strace, --ltrace, --libelf
|
||||||
--gmp, --mpfr, --ppl, --cloog
|
--gmp, --mpfr, --ppl, --cloog, --mpc
|
||||||
|
|
||||||
Valid options for all tools:
|
Valid options for all tools:
|
||||||
--stable, -s, +x (default)
|
--stable, -s, +x (default)
|
||||||
@ -146,6 +146,7 @@ while [ $# -gt 0 ]; do
|
|||||||
--mpfr) EXP=; OBS=; cat=MPFR; tool=mpfr; tool_prefix=companion_libs;;
|
--mpfr) EXP=; OBS=; cat=MPFR; tool=mpfr; tool_prefix=companion_libs;;
|
||||||
--ppl) EXP=; OBS=; cat=PPL; tool=ppl; tool_prefix=companion_libs;;
|
--ppl) EXP=; OBS=; cat=PPL; tool=ppl; tool_prefix=companion_libs;;
|
||||||
--cloog) EXP=; OBS=; cat=CLOOG; tool=cloog; tool_prefix=companion_libs;;
|
--cloog) EXP=; OBS=; cat=CLOOG; tool=cloog; tool_prefix=companion_libs;;
|
||||||
|
--mpc) EXP=; OBS=; cat=MPC; tool=mpc; tool_prefix=companion_libs;;
|
||||||
|
|
||||||
# Tools options:
|
# Tools options:
|
||||||
-x|--experimental|+s) EXP=1;;
|
-x|--experimental|+s) EXP=1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user