From a2f2c3ab791be3ca05184f3df1fa44d7950b672c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 9 Feb 2009 13:26:01 +0000 Subject: reinstate bits/uClibc_arch_features.h in installed headers, my cross-compile toolchain based on gcc 4.3.1 broke without it. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3