Home
last modified time | relevance | path

Searched refs:gcc_exec_prefix (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430-devices.cc98 char *gcc_exec_prefix = *devices_loc; in extract_devices_dir_from_exec_prefix() local
99 int len = strlen (gcc_exec_prefix); in extract_devices_dir_from_exec_prefix()
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in extract_devices_dir_from_exec_prefix()
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1; in extract_devices_dir_from_exec_prefix()
113 gcc_exec_prefix[len + 1] = (char) 0; in extract_devices_dir_from_exec_prefix()
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c98 char *gcc_exec_prefix = *devices_loc; in extract_devices_dir_from_exec_prefix() local
99 int len = strlen (gcc_exec_prefix); in extract_devices_dir_from_exec_prefix()
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in extract_devices_dir_from_exec_prefix()
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1; in extract_devices_dir_from_exec_prefix()
113 gcc_exec_prefix[len + 1] = (char) 0; in extract_devices_dir_from_exec_prefix()
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcppdefault.c117 const char *gcc_exec_prefix; variable
129 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX"); in cpp_relocated()
130 if (gcc_exec_prefix) in cpp_relocated()
H A Dcppdefault.h66 extern const char *gcc_exec_prefix;
H A Dgcc.c1463 static const char *gcc_exec_prefix; variable
4344 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX"); in process_command()
4385 if (!gcc_exec_prefix) in process_command()
4391 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg, in process_command()
4397 if (gcc_exec_prefix) in process_command()
4398 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command()
4407 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command()
4429 if (gcc_exec_prefix) in process_command()
4431 int len = strlen (gcc_exec_prefix); in process_command()
4434 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command()
[all …]
H A Dincpath.c201 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
H A DFSFChangeLog.105688 * gcc.c (main): When concat gcc_exec_prefix and
9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix.
9451 (main): Put it here after last use of gcc_exec_prefix. For cross
9452 compiler, set startfile_prefixes if gcc_exec_prefix is set and
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcppdefault.cc122 const char *gcc_exec_prefix; variable
134 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX"); in cpp_relocated()
135 if (gcc_exec_prefix) in cpp_relocated()
H A Dcppdefault.h71 extern const char *gcc_exec_prefix;
H A Dgcc.cc1589 static const char *gcc_exec_prefix; variable
4697 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX"); in process_command()
4738 if (!gcc_exec_prefix) in process_command()
4744 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg, in process_command()
4750 if (gcc_exec_prefix) in process_command()
4751 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command()
4760 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command()
4782 if (gcc_exec_prefix) in process_command()
4784 int len = strlen (gcc_exec_prefix); in process_command()
4787 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command()
[all …]
H A Dincpath.cc207 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
H A DFSFChangeLog.105688 * gcc.c (main): When concat gcc_exec_prefix and
9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix.
9451 (main): Put it here after last use of gcc_exec_prefix. For cross
9452 compiler, set startfile_prefixes if gcc_exec_prefix is set and
H A DChangeLog-20064822 gcc_exec_prefix.
4824 * cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix
4828 replace configured prefix with gcc_exec_prefix.
5443 (process_command): If !gcc_exec_prefix add $prefix based paths.
5446 (main): If print_search_dirs, and if gcc_exec_prefix is set,
H A DChangeLog-199917990 gcc_exec_prefix, standard_exec_prefix, standard_exec_prefix_1,
H A DChangeLog-20024486 gcc_exec_prefix, keeping it unchanged if the relocated sysroot
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc46 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc47 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path()