diff options
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/autotools.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index ca76cde0e7..9359c9b4e1 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
@@ -43,7 +43,8 @@ export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir}" | |||
43 | 43 | ||
44 | # When building tools for use at build-time it's recommended for the build | 44 | # When building tools for use at build-time it's recommended for the build |
45 | # system to use these variables when cross-compiling. | 45 | # system to use these variables when cross-compiling. |
46 | # (http://sources.redhat.com/autobook/autobook/autobook_270.html) | 46 | # https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html |
47 | # https://stackoverflow.com/questions/24201260/autotools-cross-compilation-and-generated-sources/24208587#24208587 | ||
47 | export CPP_FOR_BUILD = "${BUILD_CPP}" | 48 | export CPP_FOR_BUILD = "${BUILD_CPP}" |
48 | export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" | 49 | export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" |
49 | 50 | ||