projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75cda0
)
Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 18 Aug 2013 03:38:40 +0000
(
03:38
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 18 Aug 2013 03:38:40 +0000
(
03:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188620
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index d51f2697ad879c2360c074e344ae9950af5da182..ed7e0e904788fc060c0b89546aa4ebb5a6b2b4f2 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-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