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

/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.y152 machinearch = $2;
156 !(eq($2, machinename) && eq($3, machinearch)))
160 machinearch = $3;
H A Dconfig.h98 * in the makerules, etc. machinearch is the global notion of the
102 char *machinearch; variable
H A Dmkoptions.c102 if (strcasecmp(ol->o_name, machinearch) != 0)
H A Dmain.c218 printf("%s\t%s\n",machinename,machinearch);
H A Dmkmakefile.c144 fprintf(ofp, "MACHINE_ARCH=%s\n", machinearch);

Completed in 101 milliseconds