Lines Matching refs:cross_buildroot
670 cross_buildroot
4189 withval=$with_cross_build; cross_buildroot="${withval}"
4191 cross_buildroot=""
4195 if test "X$cross_buildroot" = "X"; then
4200 if test -f "${cross_buildroot}/config/icucross.mk"; then
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using cross buildroot: $cross_buildroot" >&5
4202 $as_echo "Using cross buildroot: $cross_buildroot" >&6; }
4204 if test -d "${cross_buildroot}"; then
4205 as_fn_error $? "${cross_buildroot}/config/icucross.mk not found. Please build ICU in ${cross_buildroot} first." "$LINENO" 5
4207 as_fn_error $? "No such directory ${cross_buildroot} supplied as the argument to --with-cross-build. Use an absolute path." "$LINENO" 5