summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-12-03 18:50:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:28 +0100
commit75a46da562a4e72e389f7f7d4a39da06d7a79879 (patch)
tree5f13acb273257d6a5f1f820ac705a92edb996988 /patches
parent532efb04fb79bb0f28e049f6d760a27f3d95703f (diff)
downloadOSELAS.Toolchain-75a46da562a4e72e389f7f7d4a39da06d7a79879.tar.gz
OSELAS.Toolchain-75a46da562a4e72e389f7f7d4a39da06d7a79879.tar.xz
newlib-2.0.0 patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/newlib-2.0.0/0001-handle-eabihf-targets-correctly.patch22
-rwxr-xr-xpatches/newlib-2.0.0/autogen.sh3
-rw-r--r--patches/newlib-2.0.0/series4
3 files changed, 29 insertions, 0 deletions
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
new file mode 100644
index 0000000..0904bbc
--- /dev/null
+++ b/patches/newlib-2.0.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.0.0/autogen.sh b/patches/newlib-2.0.0/autogen.sh
new file mode 100755
index 0000000..6e02efd
--- /dev/null
+++ b/patches/newlib-2.0.0/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+set -x
+cd libgloss/arm/ && autoreconf
diff --git a/patches/newlib-2.0.0/series b/patches/newlib-2.0.0/series
new file mode 100644
index 0000000..310a80b
--- /dev/null
+++ b/patches/newlib-2.0.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