diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-14 10:23:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 17:43:11 +0100 |
commit | 9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch) | |
tree | 5d7380f5b60d44d07504f445b8283c654a377d9c /package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch | |
parent | 188c0a3168e1670069556c42c3130f006f5b062d (diff) | |
download | buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.tar.gz buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.zip |
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch')
-rw-r--r-- | package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch b/package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch deleted file mode 100644 index ba388c6d57..0000000000 --- a/package/libsigsegv/0001-Add-stack-direction-for-the-AVR32-architecture.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 60d329bb2b20a67323152501969ff1db6a43e467 Mon Sep 17 00:00:00 2001 -From: Simon Dawson <spdawson@gmail.com> -Date: Mon, 29 Dec 2014 13:53:51 +0100 -Subject: [PATCH 1/5] Add stack direction for the AVR32 architecture - -The libsigsegv configure step fails to correctly figure out the direction of -stack growth for avr32. This leads to a zero STACK_DIRECTION definition, and -build failures such as the following. - - http://autobuild.buildroot.net/results/a3fe938f9376533b4777d79deb7a2ee83ed5ce33 - -Signed-off-by: Simon Dawson <spdawson@gmail.com> -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - m4/stack-direction.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4 -index 00e0445..39c1a28 100644 ---- a/m4/stack-direction.m4 -+++ b/m4/stack-direction.m4 -@@ -16,7 +16,7 @@ AC_DEFUN([SV_STACK_DIRECTION], - alpha* | \ - arc | \ - arm* | strongarm* | xscale* | \ -- avr | \ -+ avr | avr32 | \ - c1 | c2 | c32 | c34 | c38 | \ - clipper | \ - cris | \ --- -2.1.0 - |