Changeset 3b065c9 in mainline
- Timestamp:
- 2014-04-24T07:56:12Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84b89095
- Parents:
- e36a1c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/tools/random_check.sh
re36a1c2 r3b065c9 38 38 echo -n "">"$PRUNE_CONFIG_FILE" 39 39 40 while getopts n:j:x: option; do40 while getopts n:j:x:sS option; do 41 41 case $option in 42 42 n) … … 49 49 echo "$OPTARG" | tr -d ' ' >>"$PRUNE_CONFIG_FILE" 50 50 ;; 51 s|S) 52 echo "COMPILER=gcc_native" >>"$PRUNE_CONFIG_FILE" 53 echo "COMPILER=gcc_helenos" >>"$PRUNE_CONFIG_FILE" 54 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 60 ;; 51 61 *) 52 echo "Usage: $0 [-n loops] [-j paralellism] [- x excluded option [-x ...]]"62 echo "Usage: $0 [-n loops] [-j paralellism] [-s] [-S] [-x excluded option [-x ...]]" 53 63 exit 1 54 64 ;;
Note:
See TracChangeset
for help on using the changeset viewer.