This is the mail archive of the gcc@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]

Re: parallell build on cygwin... does it work?


Christian Joensson <christian.joensson@gmail.com> writes:

> I just tried to bootstrap current cvs gcc trunk under cygwin on a dual
> cpu windows box...
> 
> LAST_UPDATED: Mon Aug 29 09:44:58 UTC 2005
> 
> it barfs like this:

Looks like we need to change hosthooks-def.h to $(HOSTHOOKS_DEF_H) to
the dependencies of host-cygwin.o in config/i386/x-cygwin.

Can you test the patch?  Thanks.

Ian

Index: x-cygwin
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/x-cygwin,v
retrieving revision 1.5
diff -u -r1.5 x-cygwin
--- x-cygwin	7 Mar 2005 22:42:42 -0000	1.5
+++ x-cygwin	29 Aug 2005 16:41:26 -0000
@@ -1,4 +1,4 @@
 host-cygwin.o : $(srcdir)/config/i386/host-cygwin.c $(CONFIG_H) $(SYSTEM_H) \
-  coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h
+  coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h diagnostic.h
 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
 		$(srcdir)/config/i386/host-cygwin.c


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