Home | History | Annotate | Download | only in gcc

Lines Matching defs:collect_gcc_options

143 /* Create decoded options from the COLLECT_GCC and COLLECT_GCC_OPTIONS
148 const char *collect_gcc_options)
159 parse_options_from_collect_gcc_options (collect_gcc_options,
1396 char *collect_gcc_options;
1424 collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS");
1425 if (!collect_gcc_options)
1427 "environment variable %<COLLECT_GCC_OPTIONS%> must be set");
1432 to collect_gcc_options. */
1444 collect_gcc_options = concat (collect_gcc_options, xassembler_opts_string,
1449 = get_options_from_collect_gcc_options (collect_gcc, collect_gcc_options);