From: Jörg Sommer Date: Thu, 14 Mar 2024 09:35:34 +0000 (+0100) Subject: autotools: update link in comment for cross compiling X-Git-Tag: 2024-04-scarthgap~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0a28203334a5925a8f3ea2b955a4cdad87c4c9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git autotools: update link in comment for cross compiling Signed-off-by: Jörg Sommer Signed-off-by: Alexandre Belloni --- diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index ca76cde0e74..9359c9b4e19 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}" # When building tools for use at build-time it's recommended for the build # system to use these variables when cross-compiling. -# (http://sources.redhat.com/autobook/autobook/autobook_270.html) +# https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html +# https://stackoverflow.com/questions/24201260/autotools-cross-compilation-and-generated-sources/24208587#24208587 export CPP_FOR_BUILD = "${BUILD_CPP}" export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}"