aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2014-08-28 15:22:05 -0700
committerJim Lawson <ucbjrl@berkeley.edu>2014-08-28 15:22:05 -0700
commit4d1c63ea2620dfbf125bef422501d641220b7b11 (patch)
treeb07607831a44527dbdf53cc929d6b9292c31adb9 /configure
parent44793fde81a427dbf40e1bcc9c7744e4c7f0af76 (diff)
downloadspike-4d1c63ea2620dfbf125bef422501d641220b7b11.zip
spike-4d1c63ea2620dfbf125bef422501d641220b7b11.tar.gz
spike-4d1c63ea2620dfbf125bef422501d641220b7b11.tar.bz2
Update configure to set CPPFLAGS instead of CFLAGS with fesvr include path.
Since we no longer are duplicating CFLAGS, ensure CPPFLAGS are set correctly.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6eae9bf..258ad60 100755
--- a/configure
+++ b/configure
@@ -4077,7 +4077,7 @@ $as_echo "#define RISCV_ENABLED /**/" >>confdefs.h
if test "${with_fesvr+set}" = set; then :
withval=$with_fesvr;
LDFLAGS="-L$withval/lib $LDFLAGS"
- CFLAGS="-I$withval/include $CFLAGS"
+ CPPFLAGS="-I$withval/include $CPPFLAGS"
fi