Home
last modified time | relevance | path

Searched refs:cross_compiling (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/
H A Dconfigure258 cross_compiling=no
693 cross_compiling=maybe
697 cross_compiling=yes
1725 if test "$cross_compiling" != no; then
2471 if test "$cross_compiling" != yes; then
2478 cross_compiling=no
2480 if test "$cross_compiling" = maybe; then
2481 cross_compiling=yes
2502 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2503 echo "${ECHO_T}$cross_compiling" >&6
[all …]
H A Daclocal.m4946 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
947 if test "$cross_compiling" != no; then