summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 21:39:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-22 07:53:34 +0200
commit7736d5ee616e12e37097602bd7e7f6f4ec4046f4 (patch)
tree654574a3927f07a620b5ba829c4b4f2be701de47
parent8f1e74bc8a0ee2d06d944a1c94d5884abd09b7b2 (diff)
downloadOSELAS.Toolchain-7736d5ee616e12e37097602bd7e7f6f4ec4046f4.tar.gz
OSELAS.Toolchain-7736d5ee616e12e37097602bd7e7f6f4ec4046f4.tar.xz
newlib-2.4.0 patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/newlib-2.4.0/0001-handle-eabihf-targets-correctly.patch22
-rwxr-xr-xpatches/newlib-2.4.0/autogen.sh3
-rw-r--r--patches/newlib-2.4.0/series4
3 files changed, 29 insertions, 0 deletions
diff --git a/patches/newlib-2.4.0/0001-handle-eabihf-targets-correctly.patch b/patches/newlib-2.4.0/0001-handle-eabihf-targets-correctly.patch
new file mode 100644
index 0000000..80664bb
--- /dev/null
+++ b/patches/newlib-2.4.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 39c15d724bc4..5fa901d14a3d 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 | *-*-tirtos*)
++ *-*-elf | *-*-eabi* | *-*-tirtos*)
+ objtype=elf-
+ ;;
+ *-*-coff)
diff --git a/patches/newlib-2.4.0/autogen.sh b/patches/newlib-2.4.0/autogen.sh
new file mode 100755
index 0000000..6e02efd
--- /dev/null
+++ b/patches/newlib-2.4.0/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+set -x
+cd libgloss/arm/ && autoreconf
diff --git a/patches/newlib-2.4.0/series b/patches/newlib-2.4.0/series
new file mode 100644
index 0000000..310a80b
--- /dev/null
+++ b/patches/newlib-2.4.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