diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-19 15:23:14 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-19 15:23:14 +0000 |
commit | bce5bba7a01fb090f67fec5f79218c505c841af3 (patch) | |
tree | e7d7dfc12cae1f1474800071fbc4633fa509ef6e /Makefile.in | |
parent | d22976dd5e16e8719abd5c542e17427eeece7ff6 (diff) |
- add C99 floating point environment, rounding and exception handling functions
for i386. UCLIBC_HAS_FENV
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a0969c1fc..c35db752f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -140,6 +140,11 @@ ifneq ($(UCLIBC_HAS_FLOATS),y) $(RM) $(PREFIX)$(DEVEL_PREFIX)include/tgmath.h $(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_fpmax.h endif +ifneq ($(UCLIBC_HAS_FENV),y) + $(RM) $(PREFIX)$(DEVEL_PREFIX)include/fenv.h \ + $(PREFIX)$(DEVEL_PREFIX)include/bits/fenv.h \ + $(PREFIX)$(DEVEL_PREFIX)include/bits/fenvinline.h +endif ifneq ($(UCLIBC_HAS_WCHAR),y) # Remove wide char headers since wide char support is disabled. $(RM) $(PREFIX)$(DEVEL_PREFIX)include/wctype.h |