diff options
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/common b/site/common index dab8d7f18c..c14ad80d66 100644 --- a/site/common +++ b/site/common @@ -4,3 +4,5 @@ mr_cv_target_elf=${mr_cv_target_elf=yes} # Normally kernels have /dev/random enabled ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} +# does compiler handle IEEE math? +rd_cv_ieee_works=${rd_cv_ieee_works=yes} |