glibc: make glibc 2.3.3+cvs20050221 compile for arm
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 14 Dec 2005 22:19:14 +0000 (22:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 14 Dec 2005 22:19:14 +0000 (22:19 +0000)
packages/glibc/glibc-cvs/dl-cache-libcmp.patch [new file with mode: 0644]
packages/glibc/glibc_2.3.3+cvs20050221.bb

diff --git a/packages/glibc/glibc-cvs/dl-cache-libcmp.patch b/packages/glibc/glibc-cvs/dl-cache-libcmp.patch
new file mode 100644 (file)
index 0000000..c74ebf6
--- /dev/null
@@ -0,0 +1,10 @@
+--- libc/elf/Versions.old      2005-06-27 13:38:25.000000000 +0100
++++ libc/elf/Versions  2005-06-27 14:03:54.000000000 +0100
+@@ -56,5 +56,7 @@
+     _dl_make_stack_executable;
+     # Only here for gdb while a better method is developed.
+     _dl_debug_state;
++    # for ldconfig
++    _dl_cache_libcmp;
+   }
+ }
index bf1607a..2c9122b 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "required"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs"
-PR = "r1"
+PR = "r2"
 
 GLIBC_ADDONS ?= "linuxthreads"
 GLIBC_EXTRA_OECONF ?= ""
@@ -31,6 +31,8 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@bb.dat
           file://arm-memcpy.patch;patch=1;pnum=0 \
           file://arm-longlong.patch;patch=1;pnum=0 \
           file://arm-machine-gmon.patch;patch=1;pnum=0 \
+          file://trampoline.patch;patch=1;pnum=0 \
+          file://dl-cache-libcmp.patch;patch=1;pnum=0 \
           \
            file://etc/ld.so.conf \
           file://generate-supported.mk"