summaryrefslogtreecommitdiff
path: root/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
diff options
context:
space:
mode:
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)