Home
last modified time | relevance | path

Searched refs:startfile_prefix_spec (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c694 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC; variable
1432 INIT_STATIC_SPEC ("startfile_prefix_spec", &startfile_prefix_spec),
6098 if (*startfile_prefix_spec != 0
6099 && do_spec_2 (startfile_prefix_spec) == 0
H A DChangeLog.71152 * gcc.c (main): Correct startfile_prefix_spec check.
6016 (startfile_prefix_spec): New var.
6017 (static_specs): Add startfile_prefix_spec.
6020 (main): Process startfile_prefix_spec.
H A DChangeLog2321 startfile_prefix_spec. Use add_sysrooted_prefix for
/openbsd/gnu/gcc/gcc/
H A Dgcc.c752 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC; variable
1567 INIT_STATIC_SPEC ("startfile_prefix_spec", &startfile_prefix_spec),
6288 if (*startfile_prefix_spec != 0 in main()
6289 && do_spec_2 (startfile_prefix_spec) == 0 in main()