x-mingw32 revision 169690
161374Sdcs#
261374Sdcs# Make local_includedir relative to EXEC_PREFIX 
361374Sdcs#
461374Sdcslocal_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
561374Sdcs
661374Sdcs# On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
761374Sdcs# code does not handle that, so we have to disable checking here.
861374SdcsWERROR_FLAGS += -Wno-format
961374Sdcs
1061374Sdcshost-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
1161374Sdcs  coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
1261374Sdcs	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
1361374Sdcs		$(srcdir)/config/i386/host-mingw32.c
1461374Sdcs