aboutsummaryrefslogtreecommitdiff
path: root/packages/newlib/2.0.0/110-fix-eabihf.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-27 00:01:49 -0700
committerAlexey Neyman <stilor@att.net>2017-07-08 10:57:56 -0700
commit57426168ad2c7e8367786ed466c86f6aeb49b3c3 (patch)
tree61510389772124cc07aff4ab8b53f4fc6ed9a460 /packages/newlib/2.0.0/110-fix-eabihf.patch
parente7deac3aad394325f9e6fc6fda41d34ec94a59e0 (diff)
downloadcrosstool-ng-57426168ad2c7e8367786ed466c86f6aeb49b3c3.tar.gz
crosstool-ng-57426168ad2c7e8367786ed466c86f6aeb49b3c3.tar.bz2
crosstool-ng-57426168ad2c7e8367786ed466c86f6aeb49b3c3.zip
Convert the rest of packages to new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/newlib/2.0.0/110-fix-eabihf.patch')
-rw-r--r--packages/newlib/2.0.0/110-fix-eabihf.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/newlib/2.0.0/110-fix-eabihf.patch b/packages/newlib/2.0.0/110-fix-eabihf.patch
new file mode 100644
index 00000000..5bb24059
--- /dev/null
+++ b/packages/newlib/2.0.0/110-fix-eabihf.patch
@@ -0,0 +1,24 @@
+diff -urpN newlib-2.0.0.orig/libgloss/arm/configure newlib-2.0.0/libgloss/arm/configure
+--- newlib-2.0.0.orig/libgloss/arm/configure 2017-04-11 00:41:24.304870963 -0700
++++ newlib-2.0.0/libgloss/arm/configure 2017-04-11 00:43:12.297788756 -0700
+@@ -2540,7 +2540,7 @@ test "${CCASFLAGS+set}" = set || CCASFLA
+
+
+ case "${target}" in
+- *-*-elf | *-*-eabi)
++ *-*-elf | *-*-eabi*)
+ objtype=elf-
+ ;;
+ *-*-coff)
+diff -urpN newlib-2.0.0.orig/libgloss/arm/configure.in newlib-2.0.0/libgloss/arm/configure.in
+--- newlib-2.0.0.orig/libgloss/arm/configure.in 2017-04-11 00:41:24.304870963 -0700
++++ newlib-2.0.0/libgloss/arm/configure.in 2017-04-11 00:43:12.297788756 -0700
+@@ -49,7 +49,7 @@ AC_PROG_RANLIB
+ LIB_AM_PROG_AS
+
+ case "${target}" in
+- *-*-elf | *-*-eabi)
++ *-*-elf | *-*-eabi*)
+ objtype=elf-
+ ;;
+ *-*-coff)