diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-06-02 12:11:12 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-06-02 12:12:00 -0700 |
commit | 1c39c1729fb65e8450772e3dcbbaa5527c5c4795 (patch) | |
tree | 672ea035e945201ef93328de6f77f98b9781854e /patches | |
parent | a3aec00547420e44c53e0c0160065cf827a40ca1 (diff) | |
download | crosstool-ng-1c39c1729fb65e8450772e3dcbbaa5527c5c4795.tar.gz crosstool-ng-1c39c1729fb65e8450772e3dcbbaa5527c5c4795.tar.bz2 crosstool-ng-1c39c1729fb65e8450772e3dcbbaa5527c5c4795.zip |
newlib/patch: Add eabihf patch
This patch gets newlib 1.20.0 to work with eabihf tuple.
This commit closes #23
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/newlib/1.20.0/110-fix-eabihf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/newlib/1.20.0/110-fix-eabihf.patch b/patches/newlib/1.20.0/110-fix-eabihf.patch new file mode 100644 index 00000000..0f0d5e7b --- /dev/null +++ b/patches/newlib/1.20.0/110-fix-eabihf.patch @@ -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) |