From dda8eb037b83c7860a95bac74c52e1748e1fe84d Mon Sep 17 00:00:00 2001 From: Eric Le Bihan Date: Sat, 2 Nov 2019 19:00:52 +0100 Subject: [PATCH] docs/manual: document D language support Signed-off-by: Eric Le Bihan Signed-off-by: Thomas Petazzoni --- docs/manual/adding-packages-directory.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index e6201bb86b..1c8b9f96b5 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -322,6 +322,10 @@ use in the comment. ** Dependency symbol: +BR2_INSTALL_LIBSTDCPP+ ** Comment string: `C++` +* D support +** Dependency symbol: +BR2_TOOLCHAIN_HAS_DLANG+ +** Comment string: `Dlang` + * Fortran support ** Dependency symbol: +BR2_TOOLCHAIN_HAS_FORTRAN+ ** Comment string: `fortran`