1 1.1.1.2 christos PARSE_AND_LIST_OPTIONS_DYNAMIC_UNDEFINED_WEAK=' 2 1.1 christos fprintf (file, _("\ 3 1.1.1.2 christos -z dynamic-undefined-weak Make undefined weak symbols dynamic\n\ 4 1.1.1.2 christos -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n")); 5 1.1 christos ' 6 1.1 christos 7 1.1.1.2 christos PARSE_AND_LIST_ARGS_CASE_Z_DYNAMIC_UNDEFINED_WEAK=' 8 1.1.1.2 christos else if (strcmp (optarg, "dynamic-undefined-weak") == 0) 9 1.1.1.3 christos link_info.dynamic_undefined_weak = true; 10 1.1 christos else if (strcmp (optarg, "nodynamic-undefined-weak") == 0) 11 1.1.1.3 christos link_info.dynamic_undefined_weak = false; 12 1.1 christos ' 13 1.1 christos 14 1.1.1.2 christos PARSE_AND_LIST_OPTIONS="$PARSE_AND_LIST_OPTIONS $PARSE_AND_LIST_OPTIONS_DYNAMIC_UNDEFINED_WEAK" 15 1.1.1.2 christos PARSE_AND_LIST_ARGS_CASE_Z="$PARSE_AND_LIST_ARGS_CASE_Z $PARSE_AND_LIST_ARGS_CASE_Z_DYNAMIC_UNDEFINED_WEAK" 16