[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-12 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2004-11-12 08:45 --- The patch that caused it to fail is actually this one. 2004-11-04 Geoffrey Keating [EMAIL PROTECTED] * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory.

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-12 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2004-11-12 19:04 --- I have a patch to fix this. -- What|Removed |Added AssignedTo|bonzini at gcc dot gnu

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-12 19:15 --- Subject: Bug 18423 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-12 19:15:25 Modified files: . : ChangeLog configure.in configure

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12 19:46 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11 15:15 --- *** Bug 18381 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11 15:17 --- Another report of this: http://gcc.gnu.org/ml/gcc/2004-11/msg00420.html. -- What|Removed |Added

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2004-11-11 17:39 --- The powerpc-eabisim build THINKS it needs fixincludes, so perhaps that's a separate issue; the build fails at stmp-fixinc. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18423

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-11 20:13 --- This fixes the cygwin/mingw problem for me: * config/i386/t-cygming: Don't override STMP_FIXINC. Index: t-cygming ===

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-11 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2004-11-12 06:51 --- My last comment was wrong. What fixed build on mingw and cygwin was doing this: Revert 2004-10-26 Paolo Bonzini [EMAIL PROTECTED] * configure.in (case ${target}): Do not build

[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes

2004-11-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11 03:02 --- Just like the cygwin one we don't need fixincludes at all because the headers always comes from newlib. -- What|Removed |Added