toolchain/toolchain-external: always call checks with dependencies
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bdccc57816
commit
c7f641cbaa
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user