Skip to content

Commit

Permalink
fixing the autoconf script for SST Stake
Browse files Browse the repository at this point in the history
  • Loading branch information
jleidel committed May 23, 2018
1 parent 4b3b0ce commit ef338c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sst_check_stake.m4
Expand Up @@ -29,7 +29,7 @@ AC_DEFUN([SST_CHECK_STAKE],
AC_LANG_POP([C++])
AC_CHECK_LIB([riscv], [_ZN5sim_t3runEv],
[STAKE_LIB="-lriscv -lfesvr"], [sst_check_stake_happy="no"])
[STAKE_LIB="-lriscv -lfesvr -lsoftfloat"], [sst_check_stake_happy="no"], [-lfesvr -lsoftfloat])
CPPFLAGS="$CPPFLAGS_saved"
LDFLAGS="$LDFLAGS_saved"
Expand Down

0 comments on commit ef338c7

Please sign in to comment.