[Buildroot] [git commit] configs/snps_archs38_hsdk_defconfig: enable C++ support

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jan 16 15:21:11 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=793415647d0d8f4380262a83fc1f098aa96f1e2a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Vineet Gupta <vgupta at synopsys.com>
[yann.morin.1998 at free.fr: only enable C++]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 configs/snps_archs38_hsdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/snps_archs38_hsdk_defconfig b/configs/snps_archs38_hsdk_defconfig
index 69d0b1936b..4a1ac3fcff 100644
--- a/configs/snps_archs38_hsdk_defconfig
+++ b/configs/snps_archs38_hsdk_defconfig
@@ -3,6 +3,7 @@ BR2_archs38_full=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_6=y
 BR2_PACKAGE_GLIBC_UTILS=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_TARGET_OPTIMIZATION="-mfpu=fpud_all"
 BR2_TARGET_GENERIC_HOSTNAME="hsdk"
 BR2_TARGET_GENERIC_ISSUE="Welcome to the HSDK Platform"


More information about the buildroot mailing list