/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.c | 82 xputenv (const char *string) in xputenv() function 238 xputenv (concat ("GCC_EXEC_PREFIX=", epath, NULL)); in compile_for_target() 239 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in compile_for_target() 240 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in compile_for_target() 241 xputenv (concat ("LD_RUN_PATH=", rpath, NULL)); in compile_for_target()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | mkoffload.c | 96 xputenv (const char *string) in xputenv() function 550 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main() 551 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in main() 552 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.cc | 82 xputenv (const char *string) in xputenv() function 238 xputenv (concat ("GCC_EXEC_PREFIX=", epath, NULL)); in compile_for_target() 239 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in compile_for_target() 240 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in compile_for_target() 241 xputenv (concat ("LD_RUN_PATH=", rpath, NULL)); in compile_for_target()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | mkoffload.cc | 97 xputenv (const char *string) in xputenv() function 590 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main() 591 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in main() 592 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | mkoffload.c | 86 xputenv (const char *string) in xputenv() function 734 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main() 735 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in main() 736 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | mkoffload.cc | 175 xputenv (const char *string) in xputenv() function 1165 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main() 1166 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in main() 1167 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 367 static void xputenv (const char *); 2950 xputenv (const char *string) in xputenv() function 2989 xputenv (build_search_list (paths, env_var, true, do_multi)); in putenv_from_prefixes() 4751 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 5577 xputenv (XOBFINISH (&collect_obstack, char *)); in set_collect_gcc_options() 5997 xputenv (XOBFINISH (&collect_obstack, char *)); in putenv_COLLECT_AS_OPTIONS() 8327 xputenv (INIT_ENVIRONMENT); in set_up_specs() 8579 xputenv (XOBFINISH (&collect_obstack, char *)); in putenv_COLLECT_GCC() 8602 xputenv (XOBFINISH (&collect_obstack, char *)); in maybe_putenv_COLLECT_LTO_WRAPPER() 8618 xputenv (XOBFINISH (&collect_obstack, char *)); in maybe_putenv_OFFLOAD_TARGETS() [all …]
|
H A D | ChangeLog-2007 | 6224 * gcc.c (xputenv): Make argument const, and use CONST_CAST. 8866 * gcc.c (xputenv): New function. 8867 (putenv_from_prefixes): Use xputenv instead of putenv. 8868 (process_command): Use xputenv instead of putenv. 8869 (set_collect_gcc_options): Use xputenv instead of putenv. 8870 (main): Use xputenv instead of putenv.
|
H A D | ChangeLog | 4530 * gcc.cc (driver::detect_jobserver): Allocate storage xputenv()
|
H A D | ChangeLog-2015 | 18475 (xputenv): Reimplement in terms of env_manager.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 337 static void xputenv (const char *); 2751 xputenv (const char *string) in xputenv() function 2790 xputenv (build_search_list (paths, env_var, true, do_multi)); in putenv_from_prefixes() 4398 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 4859 xputenv (XOBFINISH (&collect_obstack, char *)); in set_collect_gcc_options() 5282 xputenv (XOBFINISH (&collect_obstack, char *)); in putenv_COLLECT_AS_OPTIONS() 7590 xputenv (INIT_ENVIRONMENT); in set_up_specs() 7844 xputenv (XOBFINISH (&collect_obstack, char *)); in putenv_COLLECT_GCC() 7868 xputenv (XOBFINISH (&collect_obstack, char *)); in maybe_putenv_COLLECT_LTO_WRAPPER() 7884 xputenv (XOBFINISH (&collect_obstack, char *)); in maybe_putenv_OFFLOAD_TARGETS() [all …]
|