projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9ce87
)
Update riscv.ac to set CPPFLAGS with fesvr include path
author
Arun Thomas
<arun.thomas@gmail.com>
Sun, 21 Sep 2014 01:35:11 +0000
(21:35 -0400)
committer
Arun Thomas
<arun.thomas@gmail.com>
Sun, 21 Sep 2014 01:46:36 +0000
(21:46 -0400)
Need to set CPPFLAGS in riscv.ac in addition to configure
riscv/riscv.ac
patch
|
blob
|
history
diff --git
a/riscv/riscv.ac
b/riscv/riscv.ac
index 4076dc31e738b97fc6a50b1fcd615a07cd2127ce..d38a48cdecafd10e745a24fbe989d989ccd4d7f5 100644
(file)
--- 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"
- C
FLAGS="-I$withval/include $C
FLAGS"
+ C
PPFLAGS="-I$withval/include $CPP
FLAGS"
]
)