Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A Duse-urandom.patch18 if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
21 @@ -2131,9 +2132,11 @@ if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
28 +elif test $cross_compiling == yes ; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/librsvg/librsvg/
H A D0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch37 AM_CONDITIONAL([CROSS_COMPILING], [test "x$cross_compiling" = xyes])
38 -AS_IF([test "x$cross_compiling" = "xyes"], [
/OK3568_Linux_fs/buildroot/package/netatalk/
H A D0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch35 + test "$cross_compiling" = yes || eval export $shlibpath_var=$bdblibdir
44 + test "$cross_compiling" = yes || eval export $shlibpath_var=$bdblibdir
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcrosspythonpath.patch26 @@ -83,7 +83,7 @@ if test "$cross_compiling" = yes; then
33 elif test "$cross_compiling" = maybe; then
H A D0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch30 -if test "$cross_compiling" = no; then
/OK3568_Linux_fs/buildroot/package/ifplugd/
H A D0001-cross.patch12 if test "$cross_compiling" = yes; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dbashism.patch11 AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = "yes")
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-tdfx/
H A D0001-cross.patch9 + if test "$cross_compiling" = "no" ; then
/OK3568_Linux_fs/buildroot/package/python3/
H A D0002-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch21 +if test $have_getaddrinfo = no || test "$cross_compiling" != "yes" -a "$ac_cv_buggy_getaddrinfo" =…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/
H A Dconfigure.ac.patch19 AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/
H A D0002-tcl.m4.patch14 + if test -f "${TCL_BIN_DIR}/Makefile" || test "$cross_compiling" = yes; then
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-mach64/
H A D0001-cross-compile.patch8 + if test "$cross_compiling" = "no" ; then
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-savage/
H A D0001-cross-compile.patch13 + if test "$cross_compiling" = "no" ; then
/OK3568_Linux_fs/buildroot/package/poke/
H A D0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch24 if test $cross_compiling = no; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/
H A Dgnu_patch_test_fix_target.patch15 +if test "x$cross_compiling" != "xyes"; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/poke/poke/
H A D0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch24 if test $cross_compiling = no; then
/OK3568_Linux_fs/buildroot/package/rp-pppoe/
H A D0001-krn-plugin.patch9 if test "$cross_compiling" = yes; then :
/OK3568_Linux_fs/buildroot/package/suricata/
H A D0002-configure.ac-allow-the-user-to-override-RUST_TARGET.patch22 if test "x$cross_compiling" = "xyes"; then
/OK3568_Linux_fs/buildroot/package/dmalloc/
H A D0001-mips.patch5 if test "$cross_compiling" = yes; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch28 -is_cross() { [ "x@cross_compiling@" = "xyes" ]; }
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dnot-check-libperl.patch31 +if test "$with_perl" = yes && test "$cross_compiling" = no; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A D0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch26 -if test "x$cross_compiling" != "xyes"; then
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A Ddisable-native-tools.patch17 -if test "$cross_compiling" = no; then
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure1207 cross_compiling=maybe
1209 cross_compiling=yes
2759 if test "$cross_compiling" != no; then
2840 case $cross_compiling:$ac_tool_warned in
3154 case $cross_compiling:$ac_tool_warned in
3349 if test "$cross_compiling" != yes; then
3372 cross_compiling=no
3374 if test "$cross_compiling" = maybe; then
3375 cross_compiling=yes
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A Dremove-usr-local-lib-from-m4.patch32 - if test $cross_compiling != yes; then

12