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, 27 insertions, 0 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
new file mode 100644
index 0000000..f295593
--- /dev/null
+++ b/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
@@ -0,0 +1,27 @@
+---
+ 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)