diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:35:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:35:43 +0000 |
commit | 8e898fe29b4b621df383b49b4a1df8d7d12b9a8f (patch) | |
tree | 383d65ec1202a8bb5891e9c68ed5e681b1b8e53e /openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch | |
parent | 8100c3dbd30a3c28306c9d176323b4a69d101a6a (diff) | |
download | poky-8e898fe29b4b621df383b49b4a1df8d7d12b9a8f.tar.gz |
Add EABI toolchain
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@379 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch')
-rw-r--r-- | openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch b/openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch new file mode 100644 index 0000000000..2fedfa6db0 --- /dev/null +++ b/openembedded/packages/glibc/glibc-2.4/dl-cache-libcmp.patch | |||
@@ -0,0 +1,10 @@ | |||
1 | --- glibc-2.4/elf/Versions.ark 2006-03-11 23:30:09.000000000 +0100 | ||
2 | +++ glibc-2.4/elf/Versions 2006-03-11 23:31:44.000000000 +0100 | ||
3 | @@ -63,5 +63,7 @@ | ||
4 | _dl_debug_state; | ||
5 | # Pointer protection. | ||
6 | __pointer_chk_guard; | ||
7 | + # for ldconfig | ||
8 | + _dl_cache_libcmp; | ||
9 | } | ||
10 | } | ||