Merge pull request #109 from bhundven/fix_newlib_eabihf_tuple

newlib/patch: Add eabihf patch
This commit is contained in:
Bryan Hundven 2015-06-02 12:12:59 -07:00
commit 542f126b5b

View File

@ -0,0 +1,12 @@
diff -ur newlib-1.20.0.orig/libgloss/arm/configure.in newlib-1.20.0/libgloss/arm/configure.in
--- newlib-1.20.0.orig/libgloss/arm/configure.in 2006-05-10 22:51:40.000000000 +0200
+++ newlib-1.20.0/libgloss/arm/configure.in 2015-01-04 15:27:41.471549917 +0100
@@ -49,7 +49,7 @@
LIB_AM_PROG_AS
case "${target}" in
- *-*-elf | *-*-eabi)
+ *-*-elf | *-*-eabi*)
objtype=elf-
;;
*-*-coff)