summaryrefslogtreecommitdiffstats
path: root/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2017-02-23 20:58:33 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-26 21:43:52 +0100
commit3e89311e42e34251daaae70cfb5d20f3dfdd245b (patch)
treefff1984c632f6eb6ae87da0b80a577899b04373d /package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
parent63565627884d2e69488688438203aece13b0786b (diff)
downloadbuildroot-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/0001-Add-stack-direction-for-the-AArch64-architecture.patch')
-rw-r--r--package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch b/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
deleted file mode 100644
index a3b03a0024..0000000000
--- a/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 790e8f620f06834f3fd03c310cbecd1416536987 Mon Sep 17 00:00:00 2001
-From: Will Newton <will.newton@linaro.org>
-Date: Tue, 28 May 2013 18:31:46 +0100
-Subject: [PATCH 2/5] Add stack direction for the AArch64 architecture
-
-On this architecture, the stack grows downward.
-
-Signed-off-by: Will Newton <will.newton@linaro.org>
-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 39c1a28..3f70530 100644
---- a/m4/stack-direction.m4
-+++ b/m4/stack-direction.m4
-@@ -13,6 +13,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
- case "$host_cpu" in
- dnl See the #define STACK_GROWS_DOWNWARD in gcc-3.1/gcc/config/*/*.h.
- a29k | \
-+ aarch64* | \
- alpha* | \
- arc | \
- arm* | strongarm* | xscale* | \
---
-2.1.0
-
OpenPOWER on IntegriCloud