summaryrefslogtreecommitdiff
path: root/packages/newlib-linaro/2.1.0-2014.09/0001-fix-eabihf.patch
blob: f2955930b91a0f0dfcee397d8d96e7bf0c9b8cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)