summaryrefslogtreecommitdiffstats
path: root/patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch')
-rw-r--r--patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch188
1 files changed, 0 insertions, 188 deletions
diff --git a/patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch b/patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch
deleted file mode 100644
index 6dd8a3c..0000000
--- a/patches/binutils-2.17/generic/uclibc/100-uclibc-conf.patch
+++ /dev/null
@@ -1,188 +0,0 @@
-From: svn://uclibc.org/trunk/buildroot/toolchain/binutils/2.17/100-uclibc-conf.patch
-
-Path: 100-uclibc-conf.patch
-Name: 100-uclibc-conf.patch
-URL: svn://uclibc.org/trunk/buildroot/toolchain/binutils/2.17/100-uclibc-conf.patch
-Repository Root: svn://uclibc.org
-Repository UUID: 69ca8d6d-28ef-0310-b511-8ec308f3f277
-Revision: 21884
-Node Kind: file
-Schedule: normal
-Last Changed Author: vapier
-Last Changed Rev: 14556
-Last Changed Date: 2006-03-18 03:48:49 +0100 (Sat, 18 Mar 2006)
-Text Last Updated: 2008-03-27 14:45:04 +0100 (Thu, 27 Mar 2008)
-Checksum: 78aedca7c3c0079f361f28104785556d
-
----
- bfd/configure | 2 +-
- binutils/configure | 2 +-
- configure | 4 ++--
- configure.in | 4 ++--
- gas/configure | 2 +-
- gprof/configure | 5 +++++
- ld/configure | 2 +-
- libtool.m4 | 2 +-
- ltconfig | 3 ++-
- opcodes/configure | 2 +-
- 10 files changed, 17 insertions(+), 11 deletions(-)
-
-Index: binutils-2.17/bfd/configure
-===================================================================
---- binutils-2.17.orig/bfd/configure
-+++ binutils-2.17/bfd/configure
-@@ -3576,7 +3576,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-Index: binutils-2.17/binutils/configure
-===================================================================
---- binutils-2.17.orig/binutils/configure
-+++ binutils-2.17/binutils/configure
-@@ -3411,7 +3411,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-Index: binutils-2.17/configure
-===================================================================
---- binutils-2.17.orig/configure
-+++ binutils-2.17/configure
-@@ -1276,7 +1276,7 @@ case "${target}" in
- am33_2.0-*-linux*)
- noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
- ;;
-- sh-*-linux*)
-+ sh*-*-linux*)
- noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
- ;;
- sh*-*-pe|mips*-*-pe|*arm-wince-pe)
-@@ -1584,7 +1584,7 @@ case "${target}" in
- romp-*-*)
- noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
- ;;
-- sh-*-* | sh64-*-*)
-+ sh*-*-* | sh64-*-*)
- case "${host}" in
- i[3456789]86-*-vsta) ;; # don't add gprof back in
- i[3456789]86-*-go32*) ;; # don't add gprof back in
-Index: binutils-2.17/configure.in
-===================================================================
---- binutils-2.17.orig/configure.in
-+++ binutils-2.17/configure.in
-@@ -468,7 +468,7 @@ case "${target}" in
- am33_2.0-*-linux*)
- noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
- ;;
-- sh-*-linux*)
-+ sh*-*-linux*)
- noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
- ;;
- sh*-*-pe|mips*-*-pe|*arm-wince-pe)
-@@ -776,7 +776,7 @@ case "${target}" in
- romp-*-*)
- noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
- ;;
-- sh-*-* | sh64-*-*)
-+ sh*-*-* | sh64-*-*)
- case "${host}" in
- i[[3456789]]86-*-vsta) ;; # don't add gprof back in
- i[[3456789]]86-*-go32*) ;; # don't add gprof back in
-Index: binutils-2.17/gas/configure
-===================================================================
---- binutils-2.17.orig/gas/configure
-+++ binutils-2.17/gas/configure
-@@ -3411,7 +3411,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-Index: binutils-2.17/gprof/configure
-===================================================================
---- binutils-2.17.orig/gprof/configure
-+++ binutils-2.17/gprof/configure
-@@ -3414,6 +3414,11 @@ linux-gnu*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-+linux-uclibc*)
-+ lt_cv_deplibs_check_method=pass_all
-+ lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so`
-+ ;;
-+
- netbsd* | knetbsd*-gnu)
- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
- lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
-Index: binutils-2.17/ld/configure
-===================================================================
---- binutils-2.17.orig/ld/configure
-+++ binutils-2.17/ld/configure
-@@ -3413,7 +3413,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-Index: binutils-2.17/libtool.m4
-===================================================================
---- binutils-2.17.orig/libtool.m4
-+++ binutils-2.17/libtool.m4
-@@ -739,7 +739,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
-Index: binutils-2.17/ltconfig
-===================================================================
---- binutils-2.17.orig/ltconfig
-+++ binutils-2.17/ltconfig
-@@ -602,6 +602,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-
-
- # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
- case $host_os in
-+linux-uclibc*) ;;
- linux-gnu*) ;;
- linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
- esac
-@@ -1247,7 +1248,7 @@ linux-gnuoldld* | linux-gnuaout* | linux
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- version_type=linux
- need_lib_prefix=no
- need_version=no
-Index: binutils-2.17/opcodes/configure
-===================================================================
---- binutils-2.17.orig/opcodes/configure
-+++ binutils-2.17/opcodes/configure
-@@ -3579,7 +3579,7 @@ irix5* | irix6*)
- ;;
-
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-