Updated transaltions for the gprof and binutils sub-directories
[binutils-gdb.git] / ld / emulparams / static.sh
blob295251e38e9053fc2ff951545530f409ffd04d55
1 PARSE_AND_LIST_ARGS_CASES="$PARSE_AND_LIST_ARGS_CASES
2 case OPTION_DYNAMIC_LINKER:
3 params.has_dynamic_linker = true;
4 return false;
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;