From: Vincent Fazio <vfazio@gmail.com>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Vincent Fazio <vfazio@gmail.com>
Subject: [Buildroot] [PATCH 3/3] toolchain/toolchain-external: always call checks with dependencies
Date: Thu, 6 Jul 2023 12:18:34 -0500 [thread overview]
Message-ID: <20230706171834.1065129-3-vfazio@gmail.com> (raw)
In-Reply-To: <20230706171834.1065129-1-vfazio@gmail.com>
Call these unconditionally to make sure proper support is flagged so
proper dependencies are included in the resultant filesystem.
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
.../toolchain-external/pkg-toolchain-external.mk | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/toolchain/toolchain-external/pkg-toolchain-external.mk b/toolchain/toolchain-external/pkg-toolchain-external.mk
index c37f3500d9..ddf1d70ab4 100644
--- a/toolchain/toolchain-external/pkg-toolchain-external.mk
+++ b/toolchain/toolchain-external/pkg-toolchain-external.mk
@@ -576,18 +576,10 @@ define $(2)_CONFIGURE_CMDS
$$(call check_arm_abi,\
"$$(TOOLCHAIN_EXTERNAL_CC) $$(TOOLCHAIN_EXTERNAL_CFLAGS)") ; \
fi ; \
- if test "$$(BR2_INSTALL_LIBSTDCPP)" = "y" ; then \
- $$(call check_cplusplus,$$(TOOLCHAIN_EXTERNAL_CXX)) ; \
- fi ; \
- if test "$$(BR2_TOOLCHAIN_HAS_DLANG)" = "y" ; then \
- $$(call check_dlang,$$(TOOLCHAIN_EXTERNAL_GDC)) ; \
- fi ; \
- if test "$$(BR2_TOOLCHAIN_HAS_FORTRAN)" = "y" ; then \
- $$(call check_fortran,$$(TOOLCHAIN_EXTERNAL_FC)) ; \
- fi ; \
- if test "$$(BR2_TOOLCHAIN_HAS_OPENMP)" = "y" ; then \
- $$(call check_openmp,$$(TOOLCHAIN_EXTERNAL_CC)) ; \
- fi ; \
+ $$(call check_cplusplus,$$(TOOLCHAIN_EXTERNAL_CXX)) ; \
+ $$(call check_dlang,$$(TOOLCHAIN_EXTERNAL_GDC)) ; \
+ $$(call check_fortran,$$(TOOLCHAIN_EXTERNAL_FC)) ; \
+ $$(call check_openmp,$$(TOOLCHAIN_EXTERNAL_CC)) ; \
if test "$$(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)" = "y" ; then \
$$(call check_uclibc,$$$${SYSROOT_DIR}) ; \
elif test "$$(BR2_TOOLCHAIN_EXTERNAL_MUSL)" = "y" ; then \
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-07-06 17:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-06 17:18 [Buildroot] [PATCH 1/3] toolchain/toolchain-external/toolchain-external-bootlin: flag OpenMP support Vincent Fazio
2023-07-06 17:18 ` [Buildroot] [PATCH 2/3] toolchain/helper: perform reverse support checks Vincent Fazio
2023-07-06 17:18 ` Vincent Fazio [this message]
2023-07-23 7:48 ` [Buildroot] [PATCH 1/3] toolchain/toolchain-external/toolchain-external-bootlin: flag OpenMP support Thomas Petazzoni via buildroot
2023-08-29 20:09 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2023-07-06 17:09 Vincent Fazio
2023-07-06 17:09 ` [Buildroot] [PATCH 3/3] toolchain/toolchain-external: always call checks with dependencies Vincent Fazio
2023-07-25 0:05 ` Markus Mayer via buildroot
2023-07-25 0:26 ` Markus Mayer via buildroot
2023-07-25 0:47 ` Markus Mayer via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230706171834.1065129-3-vfazio@gmail.com \
--to=vfazio@gmail.com \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=romain.naour@gmail.com \
--cc=thomas.de_schampheleire@nokia.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox