Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils/2.17.50.0.17
@ 2007-06-25 10:40 aldot at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-06-25 10:40 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-25 03:40:32 -0700 (Mon, 25 Jun 2007)
New Revision: 18920

Log:
- remove erroneously copied patch


Removed:
   trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch


Changeset:
Deleted: trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch
===================================================================
--- trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch	2007-06-25 10:35:11 UTC (rev 18919)
+++ trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch	2007-06-25 10:40:32 UTC (rev 18920)
@@ -1,139 +0,0 @@
---- binutils-2.16.91.0.7/bfd/configure
-+++ binutils-2.16.91.0.7/bfd/configure
-@@ -3576,7 +3576,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
---- binutils-2.16.91.0.7/binutils/configure
-+++ binutils-2.16.91.0.7/binutils/configure
-@@ -3411,7 +3411,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
---- binutils-2.16.91.0.7/configure
-+++ binutils-2.16.91.0.7/configure
-@@ -1270,7 +1270,7 @@
-   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)
-@@ -1578,7 +1578,7 @@
-   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
---- binutils-2.16.91.0.7/configure.ac
-+++ binutils-2.16.91.0.7/configure.ac
-@@ -468,7 +468,7 @@
-   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 @@
-   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
---- binutils-2.16.91.0.7/gas/configure
-+++ binutils-2.16.91.0.7/gas/configure
-@@ -3411,7 +3411,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
---- binutils-2.16.91.0.7/gprof/configure
-+++ binutils-2.16.91.0.7/gprof/configure
-@@ -3419,6 +3419,11 @@
-   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
-   ;;
- 
-+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]+$'
---- binutils-2.16.91.0.7/ld/configure
-+++ binutils-2.16.91.0.7/ld/configure
-@@ -3413,7 +3413,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
---- binutils-2.16.91.0.7/libtool.m4
-+++ binutils-2.16.91.0.7/libtool.m4
-@@ -739,7 +739,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 
---- binutils-2.16.91.0.7/ltconfig
-+++ binutils-2.16.91.0.7/ltconfig
-@@ -602,6 +602,7 @@
- 
- # 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 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   version_type=linux
-   need_lib_prefix=no
-   need_version=no
---- binutils-2.16.91.0.7/opcodes/configure
-+++ binutils-2.16.91.0.7/opcodes/configure
-@@ -3579,7 +3579,7 @@
-   ;;
- 
- # This must be Linux ELF.
--linux-gnu*)
-+linux-gnu*|linux-uclibc*)
-   lt_cv_deplibs_check_method=pass_all
-   ;;
- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils/2.17.50.0.17
@ 2008-02-25  0:25 sjhill at uclibc.org
  2008-02-25  5:50 ` [Buildroot] svn commit:trunk/buildroot/toolchain/binutils/2.17.50.0.17 Ulf Samuelsson
  0 siblings, 1 reply; 3+ messages in thread
From: sjhill at uclibc.org @ 2008-02-25  0:25 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2008-02-24 16:25:02 -0800 (Sun, 24 Feb 2008)
New Revision: 21110

Log:
Copy patch needed for dynamic loader strings and config targets.


Added:
   trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch


Changeset:
Copied: trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch (from rev 21109, trunk/buildroot/toolchain/binutils/2.17.50.0.16/100-uclibc-conf.patch)
===================================================================
--- trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch	                        (rev 0)
+++ trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch	2008-02-25 00:25:02 UTC (rev 21110)
@@ -0,0 +1,139 @@
+--- binutils-2.16.91.0.7/bfd/configure
++++ binutils-2.16.91.0.7/bfd/configure
+@@ -3576,7 +3576,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+--- binutils-2.16.91.0.7/binutils/configure
++++ binutils-2.16.91.0.7/binutils/configure
+@@ -3411,7 +3411,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+--- binutils-2.16.91.0.7/configure
++++ binutils-2.16.91.0.7/configure
+@@ -1270,7 +1270,7 @@
+   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)
+@@ -1578,7 +1578,7 @@
+   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
+--- binutils-2.16.91.0.7/configure.ac
++++ binutils-2.16.91.0.7/configure.ac
+@@ -468,7 +468,7 @@
+   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 @@
+   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
+--- binutils-2.16.91.0.7/gas/configure
++++ binutils-2.16.91.0.7/gas/configure
+@@ -3411,7 +3411,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+--- binutils-2.16.91.0.7/gprof/configure
++++ binutils-2.16.91.0.7/gprof/configure
+@@ -3419,6 +3419,11 @@
+   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
+   ;;
+ 
++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]+$'
+--- binutils-2.16.91.0.7/ld/configure
++++ binutils-2.16.91.0.7/ld/configure
+@@ -3413,7 +3413,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+--- binutils-2.16.91.0.7/libtool.m4
++++ binutils-2.16.91.0.7/libtool.m4
+@@ -739,7 +739,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+--- binutils-2.16.91.0.7/ltconfig
++++ binutils-2.16.91.0.7/ltconfig
+@@ -602,6 +602,7 @@
+ 
+ # 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 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+--- binutils-2.16.91.0.7/opcodes/configure
++++ binutils-2.16.91.0.7/opcodes/configure
+@@ -3579,7 +3579,7 @@
+   ;;
+ 
+ # This must be Linux ELF.
+-linux-gnu*)
++linux-gnu*|linux-uclibc*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit:trunk/buildroot/toolchain/binutils/2.17.50.0.17
  2008-02-25  0:25 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils/2.17.50.0.17 sjhill at uclibc.org
@ 2008-02-25  5:50 ` Ulf Samuelsson
  0 siblings, 0 replies; 3+ messages in thread
From: Ulf Samuelsson @ 2008-02-25  5:50 UTC (permalink / raw)
  To: buildroot

Why is the patch below called "toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch"
when it is affecting "binutils-2.16.91.0.7/*" ?

I assume it is not be applied to all binutils versions?
Why only this version?


Best Regards
Ulf Samuelsson


----- Original Message ----- 
From: <sjhill@uclibc.org>
To: <buildroot@uclibc.org>
Sent: Monday, February 25, 2008 1:25 AM
Subject: [Buildroot] svn commit:trunk/buildroot/toolchain/binutils/2.17.50.0.17


> Author: sjhill
> Date: 2008-02-24 16:25:02 -0800 (Sun, 24 Feb 2008)
> New Revision: 21110
> 
> Log:
> Copy patch needed for dynamic loader strings and config targets.
> 
> 
> Added:
>   trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch
> 
> 
> Changeset:
> Copied: trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch (from rev 21109, trunk/buildroot/toolchain/binutils/2.17.50.0.16/100-uclibc-conf.patch)
> ===================================================================
> --- trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch                         (rev 0)
> +++ trunk/buildroot/toolchain/binutils/2.17.50.0.17/100-uclibc-conf.patch 2008-02-25 00:25:02 UTC (rev 21110)
> @@ -0,0 +1,139 @@
> +--- binutils-2.16.91.0.7/bfd/configure
> ++++ binutils-2.16.91.0.7/bfd/configure
> +@@ -3576,7 +3576,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> +--- binutils-2.16.91.0.7/binutils/configure
> ++++ binutils-2.16.91.0.7/binutils/configure
> +@@ -3411,7 +3411,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> +--- binutils-2.16.91.0.7/configure
> ++++ binutils-2.16.91.0.7/configure
> +@@ -1270,7 +1270,7 @@
> +   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)
> +@@ -1578,7 +1578,7 @@
> +   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
> +--- binutils-2.16.91.0.7/configure.ac
> ++++ binutils-2.16.91.0.7/configure.ac
> +@@ -468,7 +468,7 @@
> +   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 @@
> +   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
> +--- binutils-2.16.91.0.7/gas/configure
> ++++ binutils-2.16.91.0.7/gas/configure
> +@@ -3411,7 +3411,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> +--- binutils-2.16.91.0.7/gprof/configure
> ++++ binutils-2.16.91.0.7/gprof/configure
> +@@ -3419,6 +3419,11 @@
> +   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
> +   ;;
> + 
> ++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]+$'
> +--- binutils-2.16.91.0.7/ld/configure
> ++++ binutils-2.16.91.0.7/ld/configure
> +@@ -3413,7 +3413,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> +--- binutils-2.16.91.0.7/libtool.m4
> ++++ binutils-2.16.91.0.7/libtool.m4
> +@@ -739,7 +739,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> +--- binutils-2.16.91.0.7/ltconfig
> ++++ binutils-2.16.91.0.7/ltconfig
> +@@ -602,6 +602,7 @@
> + 
> + # 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 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   version_type=linux
> +   need_lib_prefix=no
> +   need_version=no
> +--- binutils-2.16.91.0.7/opcodes/configure
> ++++ binutils-2.16.91.0.7/opcodes/configure
> +@@ -3579,7 +3579,7 @@
> +   ;;
> + 
> + # This must be Linux ELF.
> +-linux-gnu*)
> ++linux-gnu*|linux-uclibc*)
> +   lt_cv_deplibs_check_method=pass_all
> +   ;;
> + 
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-25  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25  0:25 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils/2.17.50.0.17 sjhill at uclibc.org
2008-02-25  5:50 ` [Buildroot] svn commit:trunk/buildroot/toolchain/binutils/2.17.50.0.17 Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2007-06-25 10:40 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils/2.17.50.0.17 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox