Searched refs:machinearch (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/config/
H A Dconfig.h156 * in the makerules, etc. machinearch is the global notion of the
160 extern char *machinearch;
H A Dconfig.y151 machinearch = $2;
155 * Allow the machinearch to change with a second machine directive,
162 machinearch = $3;
H A Dmain.cc64 char *machinearch; variable
229 printf("%s\t%s\n",machinename,machinearch);
H A Dmkoptions.cc96 if (strcasecmp(ol->o_name, machinearch) != 0)
H A Dmkmakefile.cc146 fprintf(ofp, "MACHINE_ARCH=%s\n", machinearch);

Completed in 75 milliseconds