]> Git Repo - binutils.git/blob - ld/emulparams/static.sh
Automatic date update in version.in
[binutils.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.02552 seconds and 4 git commands to generate.