This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]