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:
1d98870
)
Another bug :(
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 11 Mar 2009 21:05:21 +0000
(21:05 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 11 Mar 2009 21:05:21 +0000
(21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index e7b21ab497d6f09380932dec33d8e79bc7971c9a..756d7d58c3c783d27135305f61f89d3b7ab3750f 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-33,7
+33,7
@@
endif
# No support for lto / gold on windows targets
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
- DIRS = $(filter-out lto gold, $(DIRS))
+ DIRS
:
= $(filter-out lto gold, $(DIRS))
endif
include $(LEVEL)/Makefile.common