Lines Matching refs:tree
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
57 local tree="$1"
62 echo "===== 32-bit ${tree}-tree build into $prefix ====="
84 eval configure_${tree}_tree
89 local tree="$1"
92 echo "===== native ${tree}-tree build into $prefix ====="
93 eval configure_${tree}_tree
98 local tree="$1"
107 echo "===== cross-compile ${host} ${1}-tree build into $prefix ====="
108 eval configure_${tree}_tree "--host=$host"
155 -o TREE Specify build tree, default: $DEFAULT_TREE
156 -p DIR Change installation directory. For in-tree build is this value passed
157 to --prefix option of configure script. For out-of-tree build is this
161 Default for in-tree build: '$DEFAULT_PREFIX'
162 Default for out-of-tree build: '$DEFAULT_PREFIX/opt/ltp'
167 in in-tree build
168 out out-of-tree build
185 in-tree: $CONFIGURE_OPTS_IN_TREE
186 out-of-tree $CONFIGURE_OPTS_OUT_TREE
194 tree="$DEFAULT_TREE"
204 in|out) tree="$OPTARG";;
205 *) echo "Wrong build tree '$OPTARG'" >&2; usage; exit 1;;
227 eval configure_$build $tree $prefix
232 eval build_${tree}_tree
239 eval test_${tree}_tree $run
245 eval install_${tree}_tree