From 515938dc92ad40854f8673bec880b8317203f5d5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 27 Dec 2012 12:53:32 +0100 Subject: scripts/addToolsVersion: handle elf2flt The one was missing from the list. It is very improbable that we ever need it, as elf2flt does no release, and we always get it from CVS head. But for the sake of consistency, we just add it. Signed-off-by: "Yann E. MORIN" diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh index e7d59bb..51d5167 100755 --- a/scripts/addToolVersion.sh +++ b/scripts/addToolVersion.sh @@ -189,6 +189,7 @@ while [ $# -gt 0 ]; do # Tools: --gcc) EXP=; OBS=; cat=CC; tool=gcc; tool_prefix=cc; dot2suffix=;; --binutils) EXP=; OBS=; cat=BINUTILS; tool=binutils; tool_prefix=binutils; dot2suffix=;; + --elf2flt) EXP=; OBS=; cat=BINUTILS; tool=binutils; tool_prefix=binutils; dot2suffix=.2;; --glibc) EXP=; OBS=; cat=LIBC_GLIBC; tool=glibc; tool_prefix=libc; dot2suffix=;; --eglibc) EXP=; OBS=; cat=LIBC_EGLIBC; tool=eglibc; tool_prefix=libc; dot2suffix=;; --uClibc) EXP=; OBS=; cat=LIBC_UCLIBC; tool=uClibc; tool_prefix=libc; dot2suffix=;; -- cgit v0.10.2-6-g49f6