only compile fenv.c if we're using fenv
--HG-- extra : convert_revision : 990726f724f99505fc999af82bfb1bbcd6c7f1a2
This commit is contained in:
parent
e9936a6250
commit
9f75ac783b
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ Source('circlebuf.cc')
|
|||
Source('cprintf.cc')
|
||||
Source('crc.cc')
|
||||
Source('fast_alloc.cc')
|
||||
Source('fenv.c')
|
||||
if env['USE_FENV']:
|
||||
Source('fenv.c')
|
||||
Source('fifo_buffer.cc')
|
||||
Source('hostinfo.cc')
|
||||
Source('hybrid_pred.cc')
|
||||
|
|
Loading…
Reference in a new issue