Browse Source

Update configure to set CPPFLAGS instead of CFLAGS with fesvr include path.

Since we no longer are duplicating CFLAGS, ensure CPPFLAGS are set
correctly.
pull/2/head
Jim Lawson 12 years ago
parent
commit
4d1c63ea26
  1. 2
      configure

2
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

Loading…
Cancel
Save