Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade/switch to eglibc 2.15, align always with Ubuntu/Linaro eglibc…
… for toolchain reasons, drop fedora specific patches

Signed-off-by: Carsten Munk <carsten.munk@gmail.com>
Change-Id: Ibd899e5dbd1e55210661bdb2eeb72a91296cc22d
  • Loading branch information
stskeeps committed Mar 24, 2012
1 parent 48a2232 commit d954e01
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 4,294 deletions.
82 changes: 0 additions & 82 deletions cve-2010-3847.patch

This file was deleted.

186 changes: 0 additions & 186 deletions cve-2011-0536.patch

This file was deleted.

24 changes: 0 additions & 24 deletions cve-2011-1089.patch

This file was deleted.

46 changes: 0 additions & 46 deletions cve-2011-1659.patch

This file was deleted.

16 changes: 16 additions & 0 deletions eglibc-2.15-mips-async-unwind.patch
@@ -0,0 +1,16 @@
--- eglibc-2.15/ports/sysdeps/mips/Makefile 2012-01-04 17:35:09.000000000 +0100
+++ eglibc-2.15-mips-async-unwind/ports/sysdeps/mips/Makefile 2012-02-24 15:19:44.915827395 +0100
@@ -21,11 +21,11 @@
endif

ifeq ($(subdir),csu)
-CFLAGS-initfini.s += -fno-unwind-tables
+CFLAGS-initfini.s += -fno-asynchronous-unwind-tables -fno-unwind-tables
endif

ifeq ($(subdir),nptl)
-CFLAGS-pt-initfini.s += -fno-unwind-tables
+CFLAGS-pt-initfini.s += -fno-asynchronous-unwind-tables -fno-unwind-tables
endif

ASFLAGS-.os += $(pic-ccflag)
11 changes: 11 additions & 0 deletions eglibc-2.15-mips-no-n32-n64.patch
@@ -0,0 +1,11 @@
--- eglibc-2.15/ports/sysdeps/unix/sysv/linux/mips/Makefile 2011-12-22 20:27:39.000000000 +0100
+++ eglibc-2.15-mips-no-n32-n64/ports/sysdeps/unix/sysv/linux/mips/Makefile 2012-02-24 16:23:23.380420249 +0100
@@ -7,7 +7,7 @@

sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.h

-syscall-list-variants := o32 n32 n64
+syscall-list-variants := o32
syscall-list-includes := sgidefs.h
syscall-list-o32-options := -mabi=32
syscall-list-o32-condition := _MIPS_SIM == _MIPS_SIM_ABI32

0 comments on commit d954e01

Please sign in to comment.