summaryrefslogtreecommitdiff
path: root/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 07:56:07 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:24:31 (GMT)
commitbb4d2a458cccee9664062190df492b23fb3cd8d2 (patch)
treeb11a4d970e684f5103da1d003be14a056dce8ec3 /packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
parentc22bce37e912cbe17df59f861b5f45e6f9ac4f82 (diff)
newlib: Remove obsolete versions
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - newlib-linaro-/2.1.0-2014.09 - newlib-linaro-2.2.0-2015.01 - newlib-1.17.0 - newlib-1.18.0 - newlib-1.19.0 - newlib-1.20.0 - newlib-2.0.0 - newlib-2.1.0 - newlib-2.2.0.20151023 - newlib-2.3.0.20160226 - newlib-2.4.0.20161025 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch')
-rw-r--r--packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch b/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
deleted file mode 100644
index f295593..0000000
--- a/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
+++ /dev/null
@@ -1,27 +0,0 @@
----
- libgloss/arm/configure | 2 +-
- libgloss/arm/configure.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/libgloss/arm/configure
-+++ b/libgloss/arm/configure
-@@ -2531,7 +2531,7 @@
-
-
- case "${target}" in
-- *-*-elf | *-*-eabi | *-*-tirtos*)
-+ *-*-elf | *-*-eabi* | *-*-tirtos*)
- objtype=elf-
- ;;
- *-*-coff)
---- a/libgloss/arm/configure.in
-+++ b/libgloss/arm/configure.in
-@@ -49,7 +49,7 @@
- LIB_AM_PROG_AS
-
- case "${target}" in
-- *-*-elf | *-*-eabi | *-*-tirtos*)
-+ *-*-elf | *-*-eabi* | *-*-tirtos*)
- objtype=elf-
- ;;
- *-*-coff)