diff options
| -rw-r--r-- | llvm/projects/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index 93459a5f25f..8be3d40c2e5 100644 --- a/llvm/projects/Makefile +++ b/llvm/projects/Makefile @@ -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 |

