This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Nov 2004 20:13:45 -0000
- Subject: [Bug other/18423] [4.0 Regression] powerpc-eabisim build broken due to configure skipping fixincludes
- References: <20041111011059.18423.janis187@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/t-cygming,v
retrieving revision 1.3
diff -c -3 -p -r1.3 t-cygming
*** t-cygming 23 Sep 2003 18:55:59 -0000 1.3
--- t-cygming 11 Nov 2004 20:06:27 -0000
*************** winnt.o: $(srcdir)/config/i386/winnt.c $
*** 16,19 ****
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/i386/winnt.c
- STMP_FIXINC=stmp-fixinc
--- 16,18 ----
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18423