summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-09-09 17:02:15 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-18 22:27:20 -0500
commit78d4bca01c1efe481c6ce2356497593d3058fb95 (patch)
tree18896178678a62cecafb5082819e949a12cd6ad0 /ghc.mk
parent12d023d1b4706665645cc0783dd1ae67625357a3 (diff)
downloadhaskell-78d4bca01c1efe481c6ce2356497593d3058fb95.tar.gz
ghc-cabal, make: Add support for building C++ object code
Co-Authored By: Matthew Pickering <matthew@well-typed.com>
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 3e561a61dd..8e010a9c6f 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -308,6 +308,7 @@ include rules/hs-suffix-way-rules-srcdir.mk
include rules/hs-suffix-way-rules.mk
include rules/hi-rule.mk
include rules/c-suffix-rules.mk
+include rules/cxx-suffix-rules.mk
include rules/cmm-suffix-rules.mk
endif