crosstool-ng/packages/newlib/1.18.0/0001-fix-eabihf.patch
Alexey Neyman 98bc4decde Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02 12:44:39 -08:00

28 lines
515 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
@@ -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)