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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 168 char *target_compiler; local
177 target_compiler = XDUPVEC (char, name, strlen (name) + 1);
182 target_compiler = concat (gcc_path, "/", name, NULL);
183 if (access_check (target_compiler, X_OK) == 0)
193 target_compiler = XRESIZEVEC (char, target_compiler, len);
194 sprintf (target_compiler, "%s/%s", paths[i], name);
195 if (access_check (target_compiler, X_OK) == 0)
204 return found ? target_compiler : NULL;
246 generate_target_descr_file (const char *target_compiler)
604 char *target_compiler = find_target_compiler (target_driver_name); local
    [all...]

Completed in 15 milliseconds