HomeSort by: relevance | last modified time | path
    Searched defs:gcc_exec_prefix (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cppdefault.cc 125 const char *gcc_exec_prefix; variable
137 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX");
138 if (gcc_exec_prefix)
cppdefault.cc 125 const char *gcc_exec_prefix; variable
137 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX");
138 if (gcc_exec_prefix)
gcc.cc 568 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
1606 /* Adjusted value of GCC_EXEC_PREFIX envvar. */
1608 static const char *gcc_exec_prefix;
1643 gcc_exec_prefix is set because, in that case, we know where the
3184 /* The target_system_root prefix has been relocated by gcc_exec_prefix. */
4778 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX");
4812 /* Set up the default search paths. If there is no GCC_EXEC_PREFIX,
4819 if (!gcc_exec_prefix)
4825 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg
1602 static const char *gcc_exec_prefix; variable
    [all...]
gcc.cc 568 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
1606 /* Adjusted value of GCC_EXEC_PREFIX envvar. */
1608 static const char *gcc_exec_prefix;
1643 gcc_exec_prefix is set because, in that case, we know where the
3184 /* The target_system_root prefix has been relocated by gcc_exec_prefix. */
4778 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX");
4812 /* Set up the default search paths. If there is no GCC_EXEC_PREFIX,
4819 if (!gcc_exec_prefix)
4825 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg
1602 static const char *gcc_exec_prefix; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cppdefault.cc 122 const char *gcc_exec_prefix; variable
134 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX");
135 if (gcc_exec_prefix)
cppdefault.cc 122 const char *gcc_exec_prefix; variable
134 gcc_exec_prefix = getenv ("GCC_EXEC_PREFIX");
135 if (gcc_exec_prefix)
gcc.cc 554 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
1596 /* Adjusted value of GCC_EXEC_PREFIX envvar. */
1598 static const char *gcc_exec_prefix;
1633 gcc_exec_prefix is set because, in that case, we know where the
3179 /* The target_system_root prefix has been relocated by gcc_exec_prefix. */
4721 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX");
4755 /* Set up the default search paths. If there is no GCC_EXEC_PREFIX,
4762 if (!gcc_exec_prefix)
4768 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg
1592 static const char *gcc_exec_prefix; variable
    [all...]
gcc.cc 554 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
1596 /* Adjusted value of GCC_EXEC_PREFIX envvar. */
1598 static const char *gcc_exec_prefix;
1633 gcc_exec_prefix is set because, in that case, we know where the
3179 /* The target_system_root prefix has been relocated by gcc_exec_prefix. */
4721 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX");
4755 /* Set up the default search paths. If there is no GCC_EXEC_PREFIX,
4762 if (!gcc_exec_prefix)
4768 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg
1592 static const char *gcc_exec_prefix; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 92 /* "The default value of GCC_EXEC_PREFIX is prefix/lib/gcc". Strip lib/gcc
93 from GCC_EXEC_PREFIX to get the path to the installed toolchain. */
98 char *gcc_exec_prefix = *devices_loc; local
99 int len = strlen (gcc_exec_prefix);
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1;
113 gcc_exec_prefix[len + 1] = (char) 0;
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL);
136 We use the GCC_EXEC_PREFIX or COLLECT_GCC environment variables as a starting
146 /* Both GCC_EXEC_PREFIX and COLLECT_GCC should always be set to the format w
    [all...]
msp430-devices.cc 92 /* "The default value of GCC_EXEC_PREFIX is prefix/lib/gcc". Strip lib/gcc
93 from GCC_EXEC_PREFIX to get the path to the installed toolchain. */
98 char *gcc_exec_prefix = *devices_loc; local
99 int len = strlen (gcc_exec_prefix);
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1;
113 gcc_exec_prefix[len + 1] = (char) 0;
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL);
136 We use the GCC_EXEC_PREFIX or COLLECT_GCC environment variables as a starting
146 /* Both GCC_EXEC_PREFIX and COLLECT_GCC should always be set to the format w
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 92 /* "The default value of GCC_EXEC_PREFIX is prefix/lib/gcc". Strip lib/gcc
93 from GCC_EXEC_PREFIX to get the path to the installed toolchain. */
98 char *gcc_exec_prefix = *devices_loc; local
99 int len = strlen (gcc_exec_prefix);
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1;
113 gcc_exec_prefix[len + 1] = (char) 0;
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL);
136 We use the GCC_EXEC_PREFIX or COLLECT_GCC environment variables as a starting
146 /* Both GCC_EXEC_PREFIX and COLLECT_GCC should always be set to the format w
    [all...]
msp430-devices.cc 92 /* "The default value of GCC_EXEC_PREFIX is prefix/lib/gcc". Strip lib/gcc
93 from GCC_EXEC_PREFIX to get the path to the installed toolchain. */
98 char *gcc_exec_prefix = *devices_loc; local
99 int len = strlen (gcc_exec_prefix);
103 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
105 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1;
113 gcc_exec_prefix[len + 1] = (char) 0;
114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL);
136 We use the GCC_EXEC_PREFIX or COLLECT_GCC environment variables as a starting
146 /* Both GCC_EXEC_PREFIX and COLLECT_GCC should always be set to the format w
    [all...]

Completed in 47 milliseconds