diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-02-23 20:58:33 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-26 21:43:52 +0100 |
commit | 3e89311e42e34251daaae70cfb5d20f3dfdd245b (patch) | |
tree | fff1984c632f6eb6ae87da0b80a577899b04373d /package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch | |
parent | 63565627884d2e69488688438203aece13b0786b (diff) | |
download | buildroot-3e89311e42e34251daaae70cfb5d20f3dfdd245b.tar.gz buildroot-3e89311e42e34251daaae70cfb5d20f3dfdd245b.zip |
libsigsegv: bump to version 2.11
Drop all patches, they're upstream.
And match that by dropping autoreconf as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch')
-rw-r--r-- | package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch b/package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch deleted file mode 100644 index d3795d3fe7..0000000000 --- a/package/libsigsegv/0002-Add-stack-direction-for-the-Microblaze-architecture.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f4395ff932758884416753f88f5d98f33ec67479 Mon Sep 17 00:00:00 2001 -From: Spenser Gilliland <spenser@gillilanding.com> -Date: Mon, 29 Dec 2014 13:54:54 +0100 -Subject: [PATCH 3/5] Add stack direction for the Microblaze architecture - -Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - m4/stack-direction.m4 | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4 -index 3f70530..53f4216 100644 ---- a/m4/stack-direction.m4 -+++ b/m4/stack-direction.m4 -@@ -32,6 +32,7 @@ AC_DEFUN([SV_STACK_DIRECTION], - m68* | \ - m88k | \ - mcore | \ -+ microblaze | \ - mips* | \ - mmix | \ - mn10200 | \ --- -2.1.0 - |