public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
@ 2011-12-05  0:03 d.g.gorbachev at gmail dot com
  2011-12-05  9:30 ` [Bug other/51417] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-12-05  0:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

             Bug #: 51417
           Summary: Cross-compiler - wrappers for ar, nm, ranlib installed
                    under wrong names
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com
              Host: i686-pc-linux-gnu
            Target: i686-w64-mingw32
             Build: i686-pc-linux-gnu


Under ${target}-gcc-{ar,nm,ranlib} and ${target}-${target}-gcc-{ar,nm,ranlib}.

(Shouldn't it be ${target}-gcc-{ar,nm,ranlib}-${version} ??? Because they pass
plugin of a specific version.)


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
@ 2011-12-05  9:30 ` rguenth at gcc dot gnu.org
  2011-12-07 18:55 ` andi-gcc at firstfloor dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-05  9:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-05
                 CC|                            |andi-gcc at firstfloor dot
                   |                            |org
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-05 09:29:45 UTC ---
It should be ${target}-gcc-{ar,nm,ranlib} only for a start.


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
  2011-12-05  9:30 ` [Bug other/51417] " rguenth at gcc dot gnu.org
@ 2011-12-07 18:55 ` andi-gcc at firstfloor dot org
  2012-03-05 15:12 ` corsepiu at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: andi-gcc at firstfloor dot org @ 2011-12-07 18:55 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

--- Comment #2 from Andi Kleen <andi-gcc at firstfloor dot org> 2011-12-07 18:54:57 UTC ---
Hmm, you mean a copy with the version number in addition? Would be reasonable I
guess.


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
  2011-12-05  9:30 ` [Bug other/51417] " rguenth at gcc dot gnu.org
  2011-12-07 18:55 ` andi-gcc at firstfloor dot org
@ 2012-03-05 15:12 ` corsepiu at gcc dot gnu.org
  2012-03-05 15:23 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: corsepiu at gcc dot gnu.org @ 2012-03-05 15:12 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

--- Comment #3 from Ralf Corsepius <corsepiu at gcc dot gnu.org> 2012-03-05 15:12:39 UTC ---
Created attachment 26835
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26835
Fix installation of gcc-{ar,nm,ranlib)

The approach this patch is based on, is copied from gcc/<lang>/Make-lang.in
(eg. gcc/go/Make-lang.in) (Use gcc-cross as indicator).


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2012-03-05 15:12 ` corsepiu at gcc dot gnu.org
@ 2012-03-05 15:23 ` rguenth at gcc dot gnu.org
  2012-03-05 15:58 ` corsepiu at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-05 15:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 15:22:46 UTC ---
Please post the patch to gcc-patches and say how you tested it.  I'll ack it
for the 4.7 branch then.


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2012-03-05 15:23 ` rguenth at gcc dot gnu.org
@ 2012-03-05 15:58 ` corsepiu at gcc dot gnu.org
  2012-03-07 11:00 ` corsepiu at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: corsepiu at gcc dot gnu.org @ 2012-03-05 15:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

Ralf Corsepius <corsepiu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |corsepiu at gcc dot gnu.org

--- Comment #5 from Ralf Corsepius <corsepiu at gcc dot gnu.org> 2012-03-05 15:58:04 UTC ---
(In reply to comment #4)
> Please post the patch to gcc-patches and say how you tested it.  I'll ack it
> for the 4.7 branch then.

Done.

FTR: I am testing by building various linux->rtems cross toolchains 
and Canadian cross-building mingw32->rtems and cygwin->rtems toolchains on
Linux.


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2012-03-05 15:58 ` corsepiu at gcc dot gnu.org
@ 2012-03-07 11:00 ` corsepiu at gcc dot gnu.org
  2012-03-07 11:39 ` corsepiu at gcc dot gnu.org
  2012-03-07 12:31 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: corsepiu at gcc dot gnu.org @ 2012-03-07 11:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

--- Comment #6 from Ralf Corsepius <corsepiu at gcc dot gnu.org> 2012-03-07 10:59:59 UTC ---
Author: corsepiu
Date: Wed Mar  7 10:59:56 2012
New Revision: 185034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185034
Log:
2012-03-05  Ralf Corsépius  <ralf.corsepius@rtems.org>

    PR target/51417
    * Makefile.in: Let install-gcc-ar depend on installdirs, gcc-ar$(exeext),
    gcc-nm$(exeext), gcc-ranlib$(exeext).
    Don't double canonicalize if cross-compiling.

Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/Makefile.in


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
                   ` (5 preceding siblings ...)
  2012-03-07 11:00 ` corsepiu at gcc dot gnu.org
@ 2012-03-07 11:39 ` corsepiu at gcc dot gnu.org
  2012-03-07 12:31 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: corsepiu at gcc dot gnu.org @ 2012-03-07 11:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

--- Comment #7 from Ralf Corsepius <corsepiu at gcc dot gnu.org> 2012-03-07 11:39:29 UTC ---
Author: corsepiu
Date: Wed Mar  7 11:39:25 2012
New Revision: 185035

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185035
Log:
2012-03-05  Ralf Corsépius  <ralf.corsepius@rtems.org>

    PR target/51417
    * Makefile.in: Let install-gcc-ar depend on installdirs, gcc-ar$(exeext),
    gcc-nm$(exeext), gcc-ranlib$(exeext).
    Don't double canonicalize if cross-compiling.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in


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

* [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
  2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
                   ` (6 preceding siblings ...)
  2012-03-07 11:39 ` corsepiu at gcc dot gnu.org
@ 2012-03-07 12:31 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-07 12:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51417

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-07 12:31:13 UTC ---
Fixed.


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

end of thread, other threads:[~2012-03-07 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-05  0:03 [Bug other/51417] New: Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names d.g.gorbachev at gmail dot com
2011-12-05  9:30 ` [Bug other/51417] " rguenth at gcc dot gnu.org
2011-12-07 18:55 ` andi-gcc at firstfloor dot org
2012-03-05 15:12 ` corsepiu at gcc dot gnu.org
2012-03-05 15:23 ` rguenth at gcc dot gnu.org
2012-03-05 15:58 ` corsepiu at gcc dot gnu.org
2012-03-07 11:00 ` corsepiu at gcc dot gnu.org
2012-03-07 11:39 ` corsepiu at gcc dot gnu.org
2012-03-07 12:31 ` rguenth at gcc dot gnu.org

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).