aboutsummaryrefslogtreecommitdiff
path: root/riscv/riscv.ac
diff options
context:
space:
mode:
authorStephen Twigg <sdtwigg@eecs.berkeley.edu>2015-01-09 15:56:28 -0800
committerStephen Twigg <sdtwigg@eecs.berkeley.edu>2015-01-09 15:56:28 -0800
commitbd97b5c9fddd30cafd5e84b229e3cf4a29d427ad (patch)
tree5a954476a225fbf695c3ad8a1e81e0e686739549 /riscv/riscv.ac
parent49805d2f178b02c4b89b99bf662c8429eb9e86b6 (diff)
downloadspike-bd97b5c9fddd30cafd5e84b229e3cf4a29d427ad.zip
spike-bd97b5c9fddd30cafd5e84b229e3cf4a29d427ad.tar.gz
spike-bd97b5c9fddd30cafd5e84b229e3cf4a29d427ad.tar.bz2
Fix bug where C compiler used instead of C++ for autoconf tests
Diffstat (limited to 'riscv/riscv.ac')
-rw-r--r--riscv/riscv.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/riscv.ac b/riscv/riscv.ac
index d38a48c..10aa1f1 100644
--- a/riscv/riscv.ac
+++ b/riscv/riscv.ac
@@ -1,3 +1,5 @@
+AC_LANG_CPLUSPLUS
+
AC_ARG_WITH([fesvr],
[AS_HELP_STRING([--with-fesvr],
[path to your fesvr installation if not in a standard location])],