OSDN Git Service

* config/i386/i386.md (fix_trunc<mode>_i387_fisttp_with_temp): Use 'X'
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / x-mingw32
1 #
2 # Make local_includedir relative to EXEC_PREFIX 
3 #
4 local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
5
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
9
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