remove obsolete comment

llvm-svn: 33292
This commit is contained in:
Chris Lattner 2007-01-17 05:26:57 +00:00
parent 05e5a5ee6c
commit 24a0e7b8f4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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 sample, $(DIRS))
endif