diff options
author | Jim Lawson <ucbjrl@berkeley.edu> | 2014-08-28 15:22:05 -0700 |
---|---|---|
committer | Jim Lawson <ucbjrl@berkeley.edu> | 2014-08-28 15:22:05 -0700 |
commit | 4d1c63ea2620dfbf125bef422501d641220b7b11 (patch) | |
tree | b07607831a44527dbdf53cc929d6b9292c31adb9 | |
parent | 44793fde81a427dbf40e1bcc9c7744e4c7f0af76 (diff) | |
download | riscv-isa-sim-4d1c63ea2620dfbf125bef422501d641220b7b11.zip riscv-isa-sim-4d1c63ea2620dfbf125bef422501d641220b7b11.tar.gz riscv-isa-sim-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.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |