aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Thomas <arun.thomas@gmail.com>2014-09-20 21:35:11 -0400
committerArun Thomas <arun.thomas@gmail.com>2014-09-20 21:46:36 -0400
commitd79f7b2dccbaafd84adf32db205af4b7b233106c (patch)
tree723bed0c8f144371ab10d3865a64b6292a3aa427
parent3f9ce874eb3efbce4272abbbd7fb6d17cb258cbc (diff)
downloadspike-d79f7b2dccbaafd84adf32db205af4b7b233106c.zip
spike-d79f7b2dccbaafd84adf32db205af4b7b233106c.tar.gz
spike-d79f7b2dccbaafd84adf32db205af4b7b233106c.tar.bz2
Update riscv.ac to set CPPFLAGS with fesvr include path
Need to set CPPFLAGS in riscv.ac in addition to configure
-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"
]
)