mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Stacker doesn't build universal right.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71f84de79b
commit
0d59c03432
@ -18,4 +18,10 @@ DIRS := $(filter-out Stacker, $(DIRS))
|
||||
DIRS := $(filter-out sample, $(DIRS))
|
||||
endif
|
||||
|
||||
|
||||
# Universal builds can't build stacker, which uses llvm-gcc -S.
|
||||
ifdef UNIVERSAL
|
||||
DIRS := $(filter-out Stacker, $(DIRS))
|
||||
endif
|
||||
|
||||
include $(PROJ_SRC_ROOT)/Makefile.rules
|
||||
|
Loading…
Reference in New Issue
Block a user