mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 22:22:23 +00:00
cfbcdd3786
This is a set of patches for binutils-2.20 that have been "ported", or rather shamelessly stolen, from the OpenEmbedded project: http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/binutils/binutils-2.20 Tried and tested on Arm (big-endian Xscale, and little-endian i.MX27) with GCC 4.4.2 Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff -u binutils-2.20.orig/configure binutils-2.20/configure
|
|
--- binutils-2.20.orig/configure 2010-01-05 11:15:44.000000000 +0100
|
|
+++ binutils-2.20/configure 2010-01-05 12:25:41.000000000 +0100
|
|
@@ -3086,7 +3086,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-*gnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
case ${with_newlib} in
|
|
no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
|
diff -u binutils-2.20.orig/configure.ac binutils-2.20/configure.ac
|
|
--- binutils-2.20.orig/configure.ac 2010-01-05 11:15:44.000000000 +0100
|
|
+++ binutils-2.20/configure.ac 2010-01-05 12:25:51.000000000 +0100
|
|
@@ -573,7 +573,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-*gnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
case ${with_newlib} in
|
|
no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|