Home | History | Annotate | Download | only in icu4c

Lines Matching refs:cross_buildroot

660 cross_buildroot
3950 withval=$with_cross_build; cross_buildroot="${withval}"
3952 cross_buildroot=""
3956 if test "X$cross_buildroot" = "X"; then
3961 if test -f "${cross_buildroot}/config/icucross.mk"; then
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using cross buildroot: $cross_buildroot" >&5
3963 $as_echo "Using cross buildroot: $cross_buildroot" >&6; }
3965 if test -d "${cross_buildroot}"; then
3966 as_fn_error $? "${cross_buildroot}/config/icucross.mk not found. Please build ICU in ${cross_buildroot} first." "$LINENO" 5
3968 as_fn_error $? "No such directory ${cross_buildroot} supplied as the argument to --with-cross-build. Use an absolute path." "$LINENO" 5