From 86c54d80791ab37b88bf3813794fb1fa04e1b251 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 30 Apr 2008 10:43:41 +0000 Subject: Merge the fortran stuff to trunk now it works! Fortran is not supported for all targets, though. ARM at least does not work. /trunk/scripts/build/binutils.sh | 8 8 0 0 ++++++++ /trunk/scripts/build/cc_gcc.sh | 11 6 5 0 ++++++----- /trunk/scripts/crosstool.sh | 10 9 1 0 +++++++++- /trunk/tools/addToolVersion.sh | 3 3 0 0 +++ /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 16 16 0 0 ++++++++++++++++ 6 files changed, 44 insertions(+), 6 deletions(-) --- tools/addToolVersion.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/addToolVersion.sh b/tools/addToolVersion.sh index 256894f9..de97110a 100755 --- a/tools/addToolVersion.sh +++ b/tools/addToolVersion.sh @@ -9,6 +9,7 @@ Usage: ${myname} [option] 'tool' in one of: --gcc, --binutils, --glibc, --uClibc, --linux, --gdb, --dmalloc, --duma, --strace, --ltrace, --libelf + --gmp, --mpfr Valid options for all tools: --experimental, -x @@ -55,6 +56,8 @@ while [ $i -le $# ]; do --strace) cat=STRACE; tool=strace; tool_prefix=debug tool_suffix=;; --ltrace) cat=LTRACE; tool=ltrace; tool_prefix=debug tool_suffix=;; --libelf) cat=LIBELF; tool=libelf; tool_prefix=tools tool_suffix=;; + --gmp) cat=GMP; tool=gmp; tool_prefix=cc; tool_suffix=;; + --mpfr) cat=MPFR; tool=mpfr; tool_prefix=cc; tool_suffix=;; # Tools options: -x|--experimental) EXP=1; OBS=; prompt_suffix=" (EXPERIMENTAL)";; -o|--obsolete) OBS=1; EXP=; prompt_suffix=" (OBSOLETE)";; -- cgit v1.2.3