summaryrefslogtreecommitdiff
path: root/packages/newlib/1.17.0/0000-fix-eabihf.patch
blob: 66d56a17d1e6c13a2dd4bf75d714487c72c13f43 (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
@@ -2540,7 +2540,7 @@
 
 
 case "${target}" in
-  *-*-elf | *-*-eabi)
+  *-*-elf | *-*-eabi*)
 	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)
+  *-*-elf | *-*-eabi*)
 	objtype=elf-
 	;;
   *-*-coff)