ld: Set COMMONPAGESIZE for i386 Solaris
[deliverable/binutils-gdb.git] / ld / emulparams / static.sh
CommitLineData
74e10d17
L
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"
This page took 0.024275 seconds and 4 git commands to generate.