]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
autotools: update link in comment for cross compiling
authorJörg Sommer <joerg.sommer@navimatix.de>
Thu, 14 Mar 2024 09:35:34 +0000 (10:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2024 13:02:24 +0000 (14:02 +0100)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes-recipe/autotools.bbclass

index ca76cde0e741e8d3d069eccf579fdcf6c4c53ece..9359c9b4e19b87bca43e7c6ec76f3c40ee02965b 100644 (file)
@@ -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}"