diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-30 00:54:44 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-30 00:54:44 +0000 |
commit | e29aaa1c6c8c44bcc5af59567a1444b4aef9e196 (patch) | |
tree | 36ae3166f28d329797335dd1e50493cde51d1571 /sources/gcc/3.4.2/100-uclibc-conf.patch | |
parent | b4e0fb5f1b41c89b027057bb79cb905194b741ae (diff) | |
download | buildroot-e29aaa1c6c8c44bcc5af59567a1444b4aef9e196.tar.gz buildroot-e29aaa1c6c8c44bcc5af59567a1444b4aef9e196.zip |
Don't include glibc symbol versions in libgcc.
Replace mips delay slot patch with upstream fix.
Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.
Diffstat (limited to 'sources/gcc/3.4.2/100-uclibc-conf.patch')
-rw-r--r-- | sources/gcc/3.4.2/100-uclibc-conf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/gcc/3.4.2/100-uclibc-conf.patch b/sources/gcc/3.4.2/100-uclibc-conf.patch index c7752129cb..10108103e6 100644 --- a/sources/gcc/3.4.2/100-uclibc-conf.patch +++ b/sources/gcc/3.4.2/100-uclibc-conf.patch @@ -288,7 +288,7 @@ diff -urN gcc-3.4.1-dist/gcc/config/t-linux-uclibc gcc-3.4.1/gcc/config/t-linux- + +# Override t-slibgcc-elf-ver to export some libgcc symbols with +# the symbol versions that glibc used. -+SHLIB_MAPFILES += $(srcdir)/config/libgcc-glibc.ver ++#SHLIB_MAPFILES += $(srcdir)/config/libgcc-glibc.ver + +# Use unwind-dw2-fde +LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \ |