Searched refs:target_machine (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c122 static const char * const target_machine = DEFAULT_TARGET_MACHINE; variable
4303 + strlen (target_machine) + 1
4307 strcat (syscalls_absolute_filename, target_machine);
H A Dcollect2.c569 static const char *const target_machine = TARGET_MACHINE;
767 concat(target_machine, "-", ld_suffix, NULL);
769 concat (target_machine, "-", nm_suffix, NULL);
771 concat (target_machine, "-", gnm_suffix, NULL);
774 concat (target_machine, "-", ldd_suffix, NULL);
777 concat (target_machine, "-", strip_suffix, NULL);
779 concat (target_machine, "-", gstrip_suffix, NULL);
972 c_file_name = concat (target_machine, "-gcc", NULL);
560 static const char *const target_machine = TARGET_MACHINE; variable

Completed in 67 milliseconds