Searched refs:host_compiler (Results 1 – 3 of 3) sorted by relevance
351 generate_host_descr_file (const char *host_compiler) in generate_host_descr_file() argument400 obstack_ptr_grow (&argv_obstack, host_compiler); in generate_host_descr_file()559 const char *host_compiler = getenv ("COLLECT_GCC"); in main() local560 if (!host_compiler) in main()597 const char *host_descr_filename = generate_host_descr_file (host_compiler); in main()
373 generate_host_descr_file (const char *host_compiler) in generate_host_descr_file() argument427 obstack_ptr_grow (&argv_obstack, host_compiler); in generate_host_descr_file()599 const char *host_compiler = getenv ("COLLECT_GCC"); in main() local600 if (!host_compiler) in main()649 const char *host_descr_filename = generate_host_descr_file (host_compiler); in main()
44367 (generate_host_descr_file): Likewise, when invoking host_compiler.