diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2009-10-17 00:03:53 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-19 21:59:39 +0100 |
commit | a46c18e3ee62ea2e5c0498d1ef1ca2afb47f3022 (patch) | |
tree | 3c56c584b1695671f9151e999b815dea5d9d0ede /include | |
parent | c356796c330ec98fdbe5b9daba0ba386fb643540 (diff) |
rm uClibc_arch_features.h on install
uClibc_arch_features.h is included already by libc-symbols.h.
If gcc needs it, fix gcc.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/features.h b/include/features.h index 66447e2ed..8a39cc8e0 100644 --- a/include/features.h +++ b/include/features.h @@ -34,9 +34,6 @@ #define __need_uClibc_config_h #include <bits/uClibc_config.h> #undef __need_uClibc_config_h -#ifdef _LIBC -#include <bits/uClibc_arch_features.h> -#endif /* For uClibc, always optimize for size -- this should disable * a lot of expensive inlining... |