From fc513961e38f5307df71d171b084aba171ff462e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 4 Dec 2014 09:32:46 +0100 Subject: newlib: update patches 2.0.0 -> 2.1.0 Signed-off-by: Michael Olbrich --- .../0001-handle-eabihf-targets-correctly.patch | 22 ---------------------- patches/newlib-2.0.0/autogen.sh | 3 --- patches/newlib-2.0.0/series | 4 ---- .../0001-handle-eabihf-targets-correctly.patch | 22 ++++++++++++++++++++++ patches/newlib-2.1.0/autogen.sh | 3 +++ patches/newlib-2.1.0/series | 4 ++++ 6 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 patches/newlib-2.0.0/0001-handle-eabihf-targets-correctly.patch delete mode 100755 patches/newlib-2.0.0/autogen.sh delete mode 100644 patches/newlib-2.0.0/series create mode 100644 patches/newlib-2.1.0/0001-handle-eabihf-targets-correctly.patch create mode 100755 patches/newlib-2.1.0/autogen.sh create mode 100644 patches/newlib-2.1.0/series diff --git a/patches/newlib-2.0.0/0001-handle-eabihf-targets-correctly.patch b/patches/newlib-2.0.0/0001-handle-eabihf-targets-correctly.patch deleted file mode 100644 index 0904bbc..0000000 --- a/patches/newlib-2.0.0/0001-handle-eabihf-targets-correctly.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Michael Olbrich -Date: Tue, 3 Dec 2013 18:42:13 +0100 -Subject: [PATCH] handle *-eabihf targets correctly - -Signed-off-by: Michael Olbrich ---- - libgloss/arm/configure.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in -index 970952f..aeba0e2 100644 ---- a/libgloss/arm/configure.in -+++ b/libgloss/arm/configure.in -@@ -49,7 +49,7 @@ AC_PROG_RANLIB - LIB_AM_PROG_AS - - case "${target}" in -- *-*-elf | *-*-eabi) -+ *-*-elf | *-*-eabi*) - objtype=elf- - ;; - *-*-coff) diff --git a/patches/newlib-2.0.0/autogen.sh b/patches/newlib-2.0.0/autogen.sh deleted file mode 100755 index 6e02efd..0000000 --- a/patches/newlib-2.0.0/autogen.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -set -x -cd libgloss/arm/ && autoreconf diff --git a/patches/newlib-2.0.0/series b/patches/newlib-2.0.0/series deleted file mode 100644 index 310a80b..0000000 --- a/patches/newlib-2.0.0/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-handle-eabihf-targets-correctly.patch -# 65218e362b39ad08dc6358b4e41cb1f3 - git-ptx-patches magic diff --git a/patches/newlib-2.1.0/0001-handle-eabihf-targets-correctly.patch b/patches/newlib-2.1.0/0001-handle-eabihf-targets-correctly.patch new file mode 100644 index 0000000..0904bbc --- /dev/null +++ b/patches/newlib-2.1.0/0001-handle-eabihf-targets-correctly.patch @@ -0,0 +1,22 @@ +From: Michael Olbrich +Date: Tue, 3 Dec 2013 18:42:13 +0100 +Subject: [PATCH] handle *-eabihf targets correctly + +Signed-off-by: Michael Olbrich +--- + libgloss/arm/configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in +index 970952f..aeba0e2 100644 +--- a/libgloss/arm/configure.in ++++ b/libgloss/arm/configure.in +@@ -49,7 +49,7 @@ AC_PROG_RANLIB + LIB_AM_PROG_AS + + case "${target}" in +- *-*-elf | *-*-eabi) ++ *-*-elf | *-*-eabi*) + objtype=elf- + ;; + *-*-coff) diff --git a/patches/newlib-2.1.0/autogen.sh b/patches/newlib-2.1.0/autogen.sh new file mode 100755 index 0000000..6e02efd --- /dev/null +++ b/patches/newlib-2.1.0/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/bash +set -x +cd libgloss/arm/ && autoreconf diff --git a/patches/newlib-2.1.0/series b/patches/newlib-2.1.0/series new file mode 100644 index 0000000..310a80b --- /dev/null +++ b/patches/newlib-2.1.0/series @@ -0,0 +1,4 @@ +# generated by git-ptx-patches +#tag:base --start-number 1 +0001-handle-eabihf-targets-correctly.patch +# 65218e362b39ad08dc6358b4e41cb1f3 - git-ptx-patches magic -- cgit v1.2.3