aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-10-15 12:01:33 -0700
committerAndrew Waterman <andrew@sifive.com>2021-10-15 12:01:33 -0700
commit4f129845021b6086fd259186b0bc09203f5f8069 (patch)
treeb23ce2234b1d23dc5c751eab2b81dbbebead585b /Makefile.in
parent28202173cf08f5bb63d54d3943336b9be10c41e7 (diff)
downloadriscv-isa-sim-4f129845021b6086fd259186b0bc09203f5f8069.zip
riscv-isa-sim-4f129845021b6086fd259186b0bc09203f5f8069.tar.gz
riscv-isa-sim-4f129845021b6086fd259186b0bc09203f5f8069.tar.bz2
Disable clang PCH when boost is present
Resolves #820
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9b1176c..f964e19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,7 +38,7 @@ scripts_dir := $(src_dir)/scripts
HAVE_INT128 := @HAVE_INT128@
HAVE_DLOPEN := @HAVE_DLOPEN@
-HAVE_CLANG_PCH := @HAVE_CLANG_PCH@
+HAVE_CLANG_PCH := $(and @HAVE_CLANG_PCH@, $(if @BOOST_ASIO_LIB@,,yes))
# If the version information is not in the configure script, then we
# assume that we are in a working directory. We use the vcs-version.sh