public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] binutils: Added ranlib to tools list
@ 2014-02-04  8:33 Ray Donnelly
  2014-02-19 22:28 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Ray Donnelly @ 2014-02-04  8:33 UTC (permalink / raw)
  To: crossgcc

# HG changeset patch
# User Ray Donnelly <mingw.android@gmail.com>
# Date 1391499645 0
#      Tue Feb 04 07:40:45 2014 +0000
# Node ID 2eab7ceda925402555d7d3107e5828734ac74c11
# Parent  529a71ea091e8ffa34d8b62f82e0996e3927750d
binutils: Added ranlib to tools list

so that it is available to available to
the core C compiler build because static
libraries are built and ranlib is used
on them.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>

diff -r 529a71ea091e -r 2eab7ceda925 scripts/build/binutils/binutils.sh
--- a/scripts/build/binutils/binutils.sh Thu Jan 16 14:55:23 2014 -0800
+++ b/scripts/build/binutils/binutils.sh Tue Feb 04 07:40:45 2014 +0000
@@ -106,13 +106,13 @@
     fi

     # Make those new tools available to the core C compilers to come.
-    # Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as
-    # well. Create that.
+    # Note: some components want the ${TARGET}-{ar,as,ld,ranlib,strip} commands
+    # as well. Create that.
     # Don't do it for canadian or cross-native, because the binutils
     # are not executable on the build machine.
     case "${CT_TOOLCHAIN_TYPE}" in
         cross|native)
-            binutils_tools=( ar as ld strip )
+            binutils_tools=( ar as ld ranlib strip )
             if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
                 binutils_tools+=( elf2flt flthdr )
             fi

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* binutils: Added ranlib to tools list
  2014-02-04  8:33 [PATCH 1/3] binutils: Added ranlib to tools list Ray Donnelly
@ 2014-02-19 22:28 ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-02-19 22:28 UTC (permalink / raw)
  To: Ray Donnelly; +Cc: crossgcc

Ray, All,

Your patch:
    binutils: Added ranlib to tools list

has been applied as: #bddc642fc8eb
    http://crosstool-ng.org/hg/crosstool-ng/rev/bddc642fc8eb

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* [PATCH 1/3] binutils: Added ranlib to tools list
@ 2014-02-04  8:42 Ray Donnelly
  0 siblings, 0 replies; 3+ messages in thread
From: Ray Donnelly @ 2014-02-04  8:42 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 20 bytes --]

Attached this time.

[-- Attachment #2: 0001-binutils__Added_ranlib_to_tools_list.patch --]
[-- Type: application/octet-stream, Size: 1382 bytes --]

# HG changeset patch
# User Ray Donnelly <mingw.android@gmail.com>
# Date 1391499645 0
#      Tue Feb 04 07:40:45 2014 +0000
# Node ID 2eab7ceda925402555d7d3107e5828734ac74c11
# Parent  529a71ea091e8ffa34d8b62f82e0996e3927750d
binutils: Added ranlib to tools list

so that it is available to available to
the core C compiler build because static
libraries are built and ranlib is used
on them.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>

diff -r 529a71ea091e -r 2eab7ceda925 scripts/build/binutils/binutils.sh
--- a/scripts/build/binutils/binutils.sh	Thu Jan 16 14:55:23 2014 -0800
+++ b/scripts/build/binutils/binutils.sh	Tue Feb 04 07:40:45 2014 +0000
@@ -106,13 +106,13 @@
     fi
 
     # Make those new tools available to the core C compilers to come.
-    # Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as
-    # well. Create that.
+    # Note: some components want the ${TARGET}-{ar,as,ld,ranlib,strip} commands
+    # as well. Create that.
     # Don't do it for canadian or cross-native, because the binutils
     # are not executable on the build machine.
     case "${CT_TOOLCHAIN_TYPE}" in
         cross|native)
-            binutils_tools=( ar as ld strip )
+            binutils_tools=( ar as ld ranlib strip )
             if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
                 binutils_tools+=( elf2flt flthdr )
             fi

[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2014-02-19 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-04  8:33 [PATCH 1/3] binutils: Added ranlib to tools list Ray Donnelly
2014-02-19 22:28 ` Yann E. MORIN
2014-02-04  8:42 [PATCH 1/3] " Ray Donnelly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).