mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
scripts: fis addToolVersion wrt binutils
binutils' config file has moved; update the addToolVerion script accordingly.
This commit is contained in:
parent
1b8b28d040
commit
039ee6c125
@ -124,7 +124,7 @@ while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
# Tools:
|
||||
--gcc) EXP=; OBS=; cat=CC; tool=gcc; tool_prefix=cc;;
|
||||
--binutils) EXP=; OBS=; cat=BINUTILS; tool=binutils; tool_prefix=;;
|
||||
--binutils) EXP=; OBS=; cat=BINUTILS; tool=binutils; tool_prefix=binutils;;
|
||||
--glibc) EXP=; OBS=; cat=LIBC; tool=glibc; tool_prefix=libc;;
|
||||
--eglibc) EXP=; OBS=; cat=LIBC; tool=eglibc; tool_prefix=libc;;
|
||||
--uClibc) EXP=; OBS=; cat=LIBC; tool=uClibc; tool_prefix=libc;;
|
||||
|
Loading…
Reference in New Issue
Block a user