This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
- From: "corsepiu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 15:12:39 +0000
- Subject: [Bug other/51417] Cross-compiler - wrappers for ar, nm, ranlib installed under wrong names
- Auto-submitted: auto-generated
- References: <bug-51417-4@http.gcc.gnu.org/bugzilla/>
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).