Searched refs:cross_buildroot (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/config/
H A Dicucross.mk3 TOOLBINDIR=$(cross_buildroot)/bin
4 TOOLLIBDIR=$(cross_buildroot)/lib
5 INVOKE=LD_LIBRARY_PATH=$(TOOLLIBDIR):$(cross_buildroot)/stubdata:$(cross_buildroot)/tools/ctestfw:$$LD_LIBRARY_PATH
6 PKGDATA_INVOKE=LD_LIBRARY_PATH=$(cross_buildroot)/stubdata:$(cross_buildroot)/tools/ctestfw:$(TOOLLIBDIR):$$LD_LIBRARY_PATH
/external/icu4c/
H A Dicudefs.mk33 cross_buildroot = macro
298 ifneq ($(strip $(cross_buildroot)),)
299 include $(cross_buildroot)/config/icucross.mk
301 cross_buildroot = $(top_builddir) macro
H A Dconfigure660 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} firs
[all...]
/external/chromium_org/third_party/icu/source/
H A Dconfigure670 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} firs
[all...]

Completed in 71 milliseconds