Replace "use use" in a warning message with "use".
[deliverable/binutils-gdb.git] / ld / emulparams / static.sh
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;
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 "
This page took 0.031884 seconds and 4 git commands to generate.