aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/config/i386/t-cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/i386/t-cygwin')
-rw-r--r--contrib/gcc/config/i386/t-cygwin16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/gcc/config/i386/t-cygwin b/contrib/gcc/config/i386/t-cygwin
deleted file mode 100644
index c6e77731b1ad..000000000000
--- a/contrib/gcc/config/i386/t-cygwin
+++ /dev/null
@@ -1,16 +0,0 @@
-# If we are building next to winsup, this will let us find the real
-# limits.h when building libgcc2. Otherwise, winsup must be installed
-# first.
-LIBGCC2_INCLUDES += -I$(srcdir)/../winsup/include \
- -I$(srcdir)/../winsup/cygwin/include
-
-cygwin1.o: $(srcdir)/config/i386/cygwin1.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
- $(TM_H) $(TM_P_H)
- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- $(srcdir)/config/i386/cygwin1.c
-
-cygwin2.o: $(srcdir)/config/i386/cygwin2.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
- $(TM_H) $(TM_P_H)
- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- $(srcdir)/config/i386/cygwin2.c
-