Skip to content

Commit

Permalink
toolchain: add support for D language
Browse files Browse the repository at this point in the history
Since version 9.1, GCC provides support for the D programming language [1].

So add an option to indicate the selected toolchain supports this
language.

[1] https://dlang.org/

Signed-off-by: Eric Le Bihan <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
elebihan authored and tpetazzoni committed Oct 25, 2019
1 parent abbe6c6 commit 4fb9f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions toolchain/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ config BR2_ENABLE_LOCALE
config BR2_INSTALL_LIBSTDCPP
bool

config BR2_TOOLCHAIN_HAS_DLANG
bool

config BR2_TOOLCHAIN_HAS_FORTRAN
bool

Expand Down

0 comments on commit 4fb9f80

Please sign in to comment.