mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-01 07:30:33 +00:00
Another bug :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d9887054a
commit
773f57e66e
@ -33,7 +33,7 @@ endif
|
|||||||
|
|
||||||
# No support for lto / gold on windows targets
|
# No support for lto / gold on windows targets
|
||||||
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
|
ifeq ($(OS), $(filter $(OS), Cygwin MingW))
|
||||||
DIRS = $(filter-out lto gold, $(DIRS))
|
DIRS := $(filter-out lto gold, $(DIRS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
Reference in New Issue
Block a user