summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f03e96f8..a3ed3f7f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,7 +220,8 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/atomic.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/sigcontextinfo.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/stackinfo.h
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_arch_features.h
+ # gcc 4.3.1 needs it, dont rm:
+ #$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_arch_features.h
ifneq ($(UCLIBC_HAS_FLOATS),y)
# Remove floating point related headers since float support is disabled.
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/complex.h