Changes in contrib/tools/random_check.sh [723ce99:9f40318f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/tools/random_check.sh
r723ce99 r9f40318f 38 38 echo -n "">"$PRUNE_CONFIG_FILE" 39 39 40 while getopts n:j:x:hs Soption; do40 while getopts n:j:x:hs option; do 41 41 case $option in 42 42 n) … … 49 49 echo "$OPTARG" | tr -d ' ' >>"$PRUNE_CONFIG_FILE" 50 50 ;; 51 s |S)51 s) 52 52 echo "COMPILER=gcc_native" >>"$PRUNE_CONFIG_FILE" 53 53 echo "COMPILER=gcc_helenos" >>"$PRUNE_CONFIG_FILE" 54 54 echo "COMPILER=icc" >>"$PRUNE_CONFIG_FILE" 55 if [ "$option" = "S" ]; then56 echo "CONFIG_PCC=y" >>"$PRUNE_CONFIG_FILE"57 echo "CONFIG_BINUTILS=y" >>"$PRUNE_CONFIG_FILE"58 echo "CONFIG_MSIM=y" >>"$PRUNE_CONFIG_FILE"59 fi60 55 ;; 61 56 *|h) … … 72 67 echo " Use only supported compilers." 73 68 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.)"77 69 echo " -x CONFIG_OPTION=value" 78 70 echo " Skip the configuration if this option is present."
Note:
See TracChangeset
for help on using the changeset viewer.