Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #178 from benoit-dubreuil/feature/#177/support-cpp…
Browse files Browse the repository at this point in the history
…20-gcc-clang-using-machine-files

Feature/#177/support c++20 gcc clang using machine files
  • Loading branch information
benoit-dubreuil committed Apr 26, 2021
2 parents b26a224 + 702baa9 commit 3b80dc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/build-system/machine/native/compiler/clang.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[binaries]
c_ld = 'lld-link'
cpp_ld = 'lld-link'

[built-in options]
cpp_args = ['-fmodules']
6 changes: 6 additions & 0 deletions conf/build-system/machine/native/compiler/gcc.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[binaries]
c_ld = 'bfd'
cpp_ld = 'bfd'

[built-in options]
cpp_args = ['-fmodules-ts']

0 comments on commit 3b80dc4

Please sign in to comment.