[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-11 Thread bonzini at gcc dot gnu dot org
--- Comment #6 from bonzini at gcc dot gnu dot org 2005-10-11 16:30 --- Can somebody with a failing system remove all @'s from the toplevel Makefile and send me the log that results? That is, sed -i 's/^\t@/\t' Makefile make Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-12 Thread bonzini at gcc dot gnu dot org
--- Comment #7 from bonzini at gcc dot gnu dot org 2005-10-12 08:46 --- I'm starting to think that the way we detect target tools is incredibly overengineered -> and hence buggy. We should just *know* that an in-tree "as" has already been compiled wherever AS_FOR_TARGET is needed! We h

[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-12 Thread bonzini at gcc dot gnu dot org
--- Comment #8 from bonzini at gcc dot gnu dot org 2005-10-12 12:17 --- Created an attachment (id=9976) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9976&action=view) patch to be "optimistic" about which tool to use Can you guys please test the attached patch? -- bonzini at g

[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-19 Thread bonzini at gcc dot gnu dot org
--- Comment #9 from bonzini at gcc dot gnu dot org 2005-10-19 20:32 --- I *think* the actual bug can be fixed by an obvious patch. The attached one would become then 4.2 material. I'll check this in 12 hours. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24297

[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-22 Thread cvs-commit at gcc dot gnu dot org
--- Comment #10 from cvs-commit at gcc dot gnu dot org 2005-10-22 10:37 --- Subject: Bug 24297 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-22 10:37:17 Modified files: . : ChangeLog Makefile.tpl Makefile.in Log messa

[Bug bootstrap/24297] [4.1 Regression] libtool: link: unable to infer tagged configuration

2005-10-22 Thread bonzini at gcc dot gnu dot org
--- Comment #11 from bonzini at gcc dot gnu dot org 2005-10-22 10:38 --- fix committed, the more complex patch will have to wait for 4.2 -- bonzini at gcc dot gnu dot org changed: What|Removed |Added ---