summaryrefslogtreecommitdiffstats
path: root/patches/newlib-2.1.0
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-12-04 09:32:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-12 08:15:34 +0100
commitfc513961e38f5307df71d171b084aba171ff462e (patch)
treeaf7e0a159cbf1a38a350e8cde728c91ef38ad6a5 /patches/newlib-2.1.0
parent6f0280b9917a9df4727df93b20cad397260df2ec (diff)
downloadOSELAS.Toolchain-fc513961e38f5307df71d171b084aba171ff462e.tar.gz
OSELAS.Toolchain-fc513961e38f5307df71d171b084aba171ff462e.tar.xz
newlib: update patches 2.0.0 -> 2.1.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/newlib-2.1.0')
-rw-r--r--patches/newlib-2.1.0/0001-handle-eabihf-targets-correctly.patch22
-rwxr-xr-xpatches/newlib-2.1.0/autogen.sh3
-rw-r--r--patches/newlib-2.1.0/series4
3 files changed, 29 insertions, 0 deletions
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 <m.olbrich@pengutronix.de>
+Date: Tue, 3 Dec 2013 18:42:13 +0100
+Subject: [PATCH] handle *-eabihf targets correctly
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ 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