summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
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