aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-10-15 11:58:17 -0700
committerAndrew Waterman <andrew@sifive.com>2021-10-15 11:58:17 -0700
commit28202173cf08f5bb63d54d3943336b9be10c41e7 (patch)
tree5cd60a553ecd52de6ed705437533d1fdf4047f19 /Makefile.in
parentdb53b65890fa53a5f5787f5faf8a65f263ee06fd (diff)
downloadspike-28202173cf08f5bb63d54d3943336b9be10c41e7.zip
spike-28202173cf08f5bb63d54d3943336b9be10c41e7.tar.gz
spike-28202173cf08f5bb63d54d3943336b9be10c41e7.tar.bz2
Fix another clang warning
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 b124991..9b1176c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,7 +93,7 @@ VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled))
# These all appear on the command line, from lowest precedence to
# highest.
-default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -g -O2 -fPIC
+default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -Wno-nonportable-include-path -g -O2 -fPIC
default-CXXFLAGS := $(default-CFLAGS) -std=c++11
mcppbs-CPPFLAGS := @CPPFLAGS@ @BOOST_CPPFLAGS@