scripts/addToolVersion.sh
branchgcc-4.4
changeset 1368 ec1cffe6d30b
parent 1318 5416f4ba36bf
child 1380 945dc995daa7
     1.1 --- a/scripts/addToolVersion.sh	Sun May 03 21:10:15 2009 +0000
     1.2 +++ b/scripts/addToolVersion.sh	Thu May 21 19:00:55 2009 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4    'tool' in one of:
     1.5      --gcc, --binutils, --glibc, --eglibc, --uClibc, --linux,
     1.6      --gdb, --dmalloc, --duma, --strace, --ltrace, --libelf
     1.7 -    --gmp, --mpfr
     1.8 +    --gmp, --mpfr, --ppl
     1.9  
    1.10    Valid options for all tools:
    1.11      --stable, -s, +x   (default)
    1.12 @@ -133,6 +133,7 @@
    1.13          --libelf)   EXP=; OBS=; cat=LIBELF;    tool=libelf;   tool_prefix=tools;;
    1.14          --gmp)      EXP=; OBS=; cat=GMP;       tool=gmp;      tool_prefix=companion_libs;;
    1.15          --mpfr)     EXP=; OBS=; cat=MPFR;      tool=mpfr;     tool_prefix=companion_libs;;
    1.16 +        --ppl)      EXP=; OBS=; cat=PPL;       tool=ppl;      tool_prefix=companion_libs;;
    1.17  
    1.18          # Tools options:
    1.19          -x|--experimental|+s)   EXP=1;;