2006-01-30 Marcin Dalecki <martin@dalecki.de>
[official-gcc.git] / gcc / config / i386 / x-mingw32
blob7ae61522a56ddbe85245152c0c6a3b0752c5c1d8
2 # Make local_includedir relative to EXEC_PREFIX 
4 local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
6 # On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
7 # code does not handle that, so we have to disable checking here.
8 WERROR_FLAGS += -Wno-format
10 host-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
11   coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
12         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
13                 $(srcdir)/config/i386/host-mingw32.c