From 362a06a51e682f8fd32b37b5269f9549e9cf0260 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sat, 23 May 2009 13:14:20 +0200 Subject: Patches to get glibc 2.3.2 and 2.3.3 compile for nylon * disable check of gcc version in configure script * add definition of macro _ABIO32 for mipsel architecture in sysdeps/mips/sgidefs.h * added missing ld.so.conf for above glibc versions --- recipes/glibc/glibc-2.3.2/mips-abio32.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/glibc/glibc-2.3.2/mips-abio32.patch (limited to 'recipes/glibc/glibc-2.3.2/mips-abio32.patch') diff --git a/recipes/glibc/glibc-2.3.2/mips-abio32.patch b/recipes/glibc/glibc-2.3.2/mips-abio32.patch new file mode 100644 index 0000000000..49c46f9113 --- /dev/null +++ b/recipes/glibc/glibc-2.3.2/mips-abio32.patch @@ -0,0 +1,12 @@ +--- glibc-2.3.3-r16/sysdeps/mips/sgidefs.h-orig 2009-02-27 16:05:55.000000000 +0100 ++++ glibc-2.3.3-r16/sysdeps/mips/sgidefs.h 2009-02-27 16:06:26.000000000 +0100 +@@ -43,4 +43,9 @@ + #define _MIPS_SIM_NABI32 2 + #define _MIPS_SIM_ABI64 3 + ++/* compatibility stuff needed e.g. by gdb */ ++#ifndef _ABIO32 ++# define _ABIO32 _MIPS_SIM_ABI32 ++#endif ++ + #endif /* sgidefs.h */ -- cgit 1.2.3-korg