static.sh revision 1.1.1.1
1PARSE_AND_LIST_ARGS_CASES="$PARSE_AND_LIST_ARGS_CASES
2    case OPTION_DYNAMIC_LINKER:
3      params.has_dynamic_linker = true;
4      return false;
5
6    case OPTION_NON_SHARED:
7      /* Check if -static is passed at command-line before all input
8	 files.  */
9      if (!lang_has_input_file)
10	params.static_before_all_inputs = true;
11      return false;
12"
13