Home | History | Annotate | Download | only in source

Lines Matching refs:cross_buildroot

665 cross_buildroot
3968 withval=$with_cross_build; cross_buildroot="${withval}"
3970 cross_buildroot=""
3974 if test "X$cross_buildroot" = "X"; then
3979 if test -f "${cross_buildroot}/config/icucross.mk"; then
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using cross buildroot: $cross_buildroot" >&5
3981 $as_echo "Using cross buildroot: $cross_buildroot" >&6; }
3983 if test -d "${cross_buildroot}"; then
3984 as_fn_error $? "${cross_buildroot}/config/icucross.mk not found. Please build ICU in ${cross_buildroot} first." "$LINENO" 5
3986 as_fn_error $? "No such directory ${cross_buildroot} supplied as the argument to --with-cross-build. Use an absolute path." "$LINENO" 5