From: Arun Thomas Date: Sun, 21 Sep 2014 01:35:11 +0000 (-0400) Subject: Update riscv.ac to set CPPFLAGS with fesvr include path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d79f7b2dccbaafd84adf32db205af4b7b233106c;p=riscv-isa-sim.git Update riscv.ac to set CPPFLAGS with fesvr include path Need to set CPPFLAGS in riscv.ac in addition to configure --- 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" ] )