summaryrefslogtreecommitdiffstats
path: root/patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 08:16:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commit08b3784cc3786aaed456aea1765eeafd68316873 (patch)
treec637c085fbc465af679336123842f9107ff60714 /patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch
parente0b80acfc27aadfdebbf9c1e5cb6645e8f8c38b2 (diff)
downloadOSELAS.Toolchain-08b3784cc3786aaed456aea1765eeafd68316873.tar.gz
OSELAS.Toolchain-08b3784cc3786aaed456aea1765eeafd68316873.tar.xz
newlib: remove old patches
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch')
-rw-r--r--patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch b/patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch
deleted file mode 100644
index 80664bb..0000000
--- a/patches/newlib-2.5.0/0001-handle-eabihf-targets-correctly.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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)