Changeset 72d120e in mainline for contrib/tools/random_check.sh


Ignore:
Timestamp:
2014-06-16T20:17:44Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a78e4e
Parents:
9d653e3 (diff), 334bf28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Integrate from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/random_check.sh

    r9d653e3 r72d120e  
    3838echo -n "">"$PRUNE_CONFIG_FILE"
    3939
    40 while getopts n:j:x:hsS option; do
     40while getopts n:j:x:hs option; do
    4141        case $option in
    4242        n)
     
    4949                echo "$OPTARG" | tr -d ' ' >>"$PRUNE_CONFIG_FILE"
    5050                ;;
    51         s|S)
     51        s)
    5252                echo "COMPILER=gcc_native" >>"$PRUNE_CONFIG_FILE"
    5353                echo "COMPILER=gcc_helenos" >>"$PRUNE_CONFIG_FILE"
    5454                echo "COMPILER=icc" >>"$PRUNE_CONFIG_FILE"
    55                 if [ "$option" = "S" ]; then
    56                         echo "CONFIG_PCC=y" >>"$PRUNE_CONFIG_FILE"
    57                         echo "CONFIG_BINUTILS=y" >>"$PRUNE_CONFIG_FILE"
    58                         echo "CONFIG_MSIM=y" >>"$PRUNE_CONFIG_FILE"
    59                 fi
    6055                ;;
    6156        *|h)
     
    7267                echo "      Use only supported compilers."
    7368                echo "      (That is, only GCC cross-compiler and Clang.)"
    74                 echo "  -S"
    75                 echo "      Build only reasonable configurations."
    76                 echo "      (Implies -s, does not build ported programs.)"
    7769                echo "  -x CONFIG_OPTION=value"
    7870                echo "      Skip the configuration if this option is present."
Note: See TracChangeset for help on using the changeset viewer.