mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
5b3e2c8fd8
/trunk/patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/patches/binutils/2.18.50.0.6/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/config/binutils.in | 24 0 24 0 -------- 7 files changed, 172 insertions(+), 24 deletions(-)
31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
Patch from buildroot, updated to binutils-2.18.50.0.6.
|
|
|
|
binutils-2.18.50.0.6/configure | 2 1 1 0 +-
|
|
binutils-2.18.50.0.6/configure.ac | 2 1 1 0 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff -durN binutils-2.18.50.0.6.orig/configure binutils-2.18.50.0.6/configure
|
|
--- binutils-2.18.50.0.6.orig/configure 2008-04-03 18:54:04.000000000 +0200
|
|
+++ binutils-2.18.50.0.6/configure 2008-05-02 23:18:42.000000000 +0200
|
|
@@ -2298,7 +2298,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
noconfigdirs="$noconfigdirs target-libobjc"
|
|
case ${with_newlib} in
|
|
diff -durN binutils-2.18.50.0.6.orig/configure.ac binutils-2.18.50.0.6/configure.ac
|
|
--- binutils-2.18.50.0.6.orig/configure.ac 2008-04-03 18:54:04.000000000 +0200
|
|
+++ binutils-2.18.50.0.6/configure.ac 2008-05-02 23:18:01.000000000 +0200
|
|
@@ -560,7 +560,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
noconfigdirs="$noconfigdirs target-libobjc"
|
|
case ${with_newlib} in
|