mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
98bc4decde
Signed-off-by: Alexey Neyman <stilor@att.net>
28 lines
571 B
Diff
28 lines
571 B
Diff
---
|
|
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)
|