X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=projects%2FMakefile;h=8be3d40c2e50e36e50f6bbf5fa51e9e99950828a;hp=0997a2a3817ec02cb00271b51eea52c9349482c7;hb=f70414f3d06cacd8a681bd756248ca71e50d1817;hpb=0d59c034322bd55e7b6d4ee1ea9f2b1d0473c92b diff --git a/projects/Makefile b/projects/Makefile index 0997a2a3817..8be3d40c2e5 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -12,16 +12,9 @@ include $(LEVEL)/Makefile.config DIRS:= $(filter-out llvm-test,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile))) -# Sparc cannot link shared libraries (libtool problem?) which Stacker uses +# Sparc cannot link shared libraries (libtool problem?) ifeq ($(ARCH), Sparc) -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