aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/files
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-22 17:30:07 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-22 17:30:07 -0700
commita47b5b92afb708a6b79a568d96219f839e32de55 (patch)
tree2c1058a8309863e248491161e4113c3940976488 /recipes/eglibc/files
parentff9665cf99b28e59ab8622d1a68f77b41a53a5a7 (diff)
downloadopenembedded-a47b5b92afb708a6b79a568d96219f839e32de55.tar.gz
eglibc_2.9: Remove un-needed patches.
* Update the SRCREV to get latest bugfixes for 2.10 * Update svn recipe to point to latest trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/files')
-rw-r--r--recipes/eglibc/files/eglibc_adjust_begin_insertion.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch b/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch
deleted file mode 100644
index 8f05cc0cab..0000000000
--- a/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libc/elf/Makefile
-===================================================================
---- libc.orig/elf/Makefile 2009-07-15 14:37:34.000000000 -0700
-+++ libc/elf/Makefile 2009-07-15 14:37:47.000000000 -0700
-@@ -305,7 +305,7 @@
- $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 | \
- LC_ALL=C \
- sed -e '/^=========/,/^=========/!d;/^=========/d' \
-- -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
-+ -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
- > $@.lds
- $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \
- $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now)) \