diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 13:21:09 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 13:21:09 +0000 |
commit | 163c4241874cacc4471ab5770593eb566518916c (patch) | |
tree | a9fd3a2937d60fe01b6ab6b2e56e209ec62d8f11 /tools/mklibs/patches/007-uclibc_init.patch | |
parent | be47a7829974dbee68aceaceb3927034e89df60e (diff) | |
download | mtk-20170518-163c4241874cacc4471ab5770593eb566518916c.zip mtk-20170518-163c4241874cacc4471ab5770593eb566518916c.tar.gz mtk-20170518-163c4241874cacc4471ab5770593eb566518916c.tar.bz2 |
tools/mklibs: revert r24282
SVN-Revision: 24283
Diffstat (limited to 'tools/mklibs/patches/007-uclibc_init.patch')
-rw-r--r-- | tools/mklibs/patches/007-uclibc_init.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mklibs/patches/007-uclibc_init.patch b/tools/mklibs/patches/007-uclibc_init.patch index 2334a37..e765150 100644 --- a/tools/mklibs/patches/007-uclibc_init.patch +++ b/tools/mklibs/patches/007-uclibc_init.patch @@ -1,5 +1,5 @@ ---- a/src/mklibs -+++ b/src/mklibs +--- a/src/mklibs.py ++++ b/src/mklibs.py @@ -571,6 +571,11 @@ while 1: extra_post_obj.append(sysroot + libc_extras_dir + "/sofini.o") symbols.add(ProvidedSymbol('__dso_handle', None, None, True)) |