summaryrefslogtreecommitdiff
path: root/mk/config-Cygwin-i686_Cygwin-i686.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/config-Cygwin-i686_Cygwin-i686.mk')
-rw-r--r--mk/config-Cygwin-i686_Cygwin-i686.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/config-Cygwin-i686_Cygwin-i686.mk b/mk/config-Cygwin-i686_Cygwin-i686.mk
deleted file mode 100644
index ee7880f..0000000
--- a/mk/config-Cygwin-i686_Cygwin-i686.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-include $(MK)/config-default.mk
-
-CPPFLAGS += -DCYGWIN
-# There's no rt lib on Cygwin
-LDLIBS := $(subst -lrt,,$(LDLIBS))
-
-# On cygwin shared libraries have dll extension
-SOEXT := dll
-# and by default executables have .exe appended
-EXE := .exe