Commit | Line | Data |
---|---|---|
aec6b87e L |
1 | PARSE_AND_LIST_OPTIONS_NODYNAMIC_UNDEFINED_WEAK=' |
2 | fprintf (file, _("\ | |
3 | -z nodynamic-undefined-weak Do not treat undefined weak symbol as dynamic\n")); | |
4 | ' | |
5 | ||
6 | PARSE_AND_LIST_ARGS_CASE_Z_NODYNAMIC_UNDEFINED_WEAK=' | |
7 | else if (strcmp (optarg, "nodynamic-undefined-weak") == 0) | |
8 | link_info.dynamic_undefined_weak = FALSE; | |
9 | ' | |
10 | ||
11 | PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_NODYNAMIC_UNDEFINED_WEAK" | |
12 | PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_NODYNAMIC_UNDEFINED_WEAK" |