aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Beamer <sbeamer3@gmail.com>2014-09-21 12:20:57 -0700
committerScott Beamer <sbeamer3@gmail.com>2014-09-21 12:20:57 -0700
commiteb27fce99c6f711a890c8647edaf077ec8d137d3 (patch)
tree723bed0c8f144371ab10d3865a64b6292a3aa427
parent3f9ce874eb3efbce4272abbbd7fb6d17cb258cbc (diff)
parentd79f7b2dccbaafd84adf32db205af4b7b233106c (diff)
downloadspike-eb27fce99c6f711a890c8647edaf077ec8d137d3.zip
spike-eb27fce99c6f711a890c8647edaf077ec8d137d3.tar.gz
spike-eb27fce99c6f711a890c8647edaf077ec8d137d3.tar.bz2
Merge pull request #2 from arunthomas/build_fix
Update riscv.ac to set CPPFLAGS with fesvr include path
-rw-r--r--riscv/riscv.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/riscv.ac b/riscv/riscv.ac
index 4076dc3..d38a48c 100644
--- a/riscv/riscv.ac
+++ b/riscv/riscv.ac
@@ -3,7 +3,7 @@ AC_ARG_WITH([fesvr],
[path to your fesvr installation if not in a standard location])],
[
LDFLAGS="-L$withval/lib $LDFLAGS"
- CFLAGS="-I$withval/include $CFLAGS"
+ CPPFLAGS="-I$withval/include $CPPFLAGS"
]
)