aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/config/i386/x-mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/i386/x-mingw32')
-rw-r--r--contrib/gcc/config/i386/x-mingw3213
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/gcc/config/i386/x-mingw32 b/contrib/gcc/config/i386/x-mingw32
deleted file mode 100644
index 7ae61522a56d..000000000000
--- a/contrib/gcc/config/i386/x-mingw32
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Make local_includedir relative to EXEC_PREFIX
-#
-local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
-
-# On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
-# code does not handle that, so we have to disable checking here.
-WERROR_FLAGS += -Wno-format
-
-host-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
- coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- $(srcdir)/config/i386/host-mingw32.c