Searched refs:cross (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | crossexec.sh | 20 : cross compiler a.out execution 24 tmp=/tmp/cross$$ 33 [+NAME?crossexec - cross compiler a.out execution] 34 [+DESCRIPTION?\bcrossexec\b runs a cross-compiled \acommand\a in an environment 35 that supports a cross-compilation architecture different from the 36 current host. The cross environment is determined by \acrosstype\a, 39 the cross compiler host and access details.] 109 *) echo "$command: $type: unknown cross compiler host type" >&2
|
H A D | iffe.sh | 550 if test "" != "$cross" 551 then crossexec $cross "$@" 9>&$noteout 611 cross= 790 [x:cross?Some tests compile an executable (\ba.out\b) and then run it. 791 If the C compiler is a cross compiler and the executable format is 798 cross-compiled executables. See \bcrossexec\b(1) for 980 from the cross-product of \b-\b separated directory groups 1029 [+cross?The block is executed as a shell script using \bcrossexec\b(1) 1030 if \b--cross\b is on, or on the local host otherwise, and the 1092 x) set="$set set cross [all...] |
/ast/src/cmd/tw/ |
H A D | updatedb.sh | 70 [X!:crossdevice?Retain subdirectories that cross device boundaries.] 92 cross=1 171 X) cross= 219 case $cross in
|
/ast/src/cmd/nmake/ |
H A D | make.h | 776 unsigned char cross; /* don't run gen'd executables */ member in struct:State_s
|
H A D | option.c | 90 { "cross", OPT_cross, (char*)&state.cross, 0,
|
H A D | command.c | 692 if (state.cross)
|
H A D | expand.c | 220 * $(s:X=<lst>) directory cross product of components of s and <lst> 463 * expand the directory cross product of v and w into xp 471 * lhs rhs cross-product 489 cross(Sfio_t* xp, char* v, char* w) function 3967 cross(xp, x, val);
|
H A D | Makerules.mk | 4400 if "$(-cross)" || "$(CC.EXECTYPE)" && "$(CC.HOSTTYPE)" != "$(CC.EXECTYPE)" 4401 set cross
|
Completed in 59 milliseconds