Skip to content

Commit

Permalink
Stacker doesn't build universal right.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30675 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Sep 30, 2006
1 parent 71f84de commit 0d59c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d59c03

Please sign in to comment.