Write a simple description of the 'target triple' directive. This should be expanded...
[oota-llvm.git] / Makefile.rules
index d51f2697ad879c2360c074e344ae9950af5da182..ed7e0e904788fc060c0b89546aa4ebb5a6b2b4f2 100644 (file)
@@ -274,7 +274,7 @@ CPP.Defines :=
 ifeq ($(ENABLE_OPTIMIZED),1)
   BuildMode := Release
   # Don't use -fomit-frame-pointer on Darwin or FreeBSD.
-  ifneq ($(HOST_OS), $(filter $(HOST_OS), Darwin FreeBSD GNU/kFreeBSD))
+  ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin FreeBSD GNU/kFreeBSD))
     OmitFramePointer := -fomit-frame-pointer
   endif