summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2024-03-14 10:35:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-04 14:05:03 +0100
commitf785a323aeac632392bd612a4c0c0c3d6619278a (patch)
tree7270482b1ed4ca56bfde2db64efcdadf975e9935 /meta/classes-recipe
parent0cd45e051c71bf731cd1a5d8809bcb52bd31454f (diff)
downloadpoky-f785a323aeac632392bd612a4c0c0c3d6619278a.tar.gz
autotools: update link in comment for cross compiling
(From OE-Core rev: bc0a28203334a5925a8f3ea2b955a4cdad87c4c9) Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/autotools.bbclass3
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
47export CPP_FOR_BUILD = "${BUILD_CPP}" 48export CPP_FOR_BUILD = "${BUILD_CPP}"
48export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" 49export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}"
49 50