mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. (From OE-Core rev: 26858099bc104efc3b3d15d9298018285c551b9a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
498 B
Diff
15 lines
498 B
Diff
Index: gcc-4.6.0/libstdc++-v3/configure
|
|
===================================================================
|
|
--- gcc-4.6.0.orig/libstdc++-v3/configure
|
|
+++ gcc-4.6.0/libstdc++-v3/configure
|
|
@@ -18302,6 +18302,9 @@ $as_echo_n "checking for ISO C99 support
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
#include <complex.h>
|
|
+#ifdef __UCLIBC__
|
|
+#error ugly hack to make sure configure test fails here for cross until uClibc supports the complex funcs
|
|
+#endif
|
|
int
|
|
main ()
|
|
{
|