diff options
| -rw-r--r-- | llvm/runtime/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index d0e85d58264..6a6c6610a78 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -14,12 +14,6 @@ ifndef NO_RUNTIME_LIBS PARALLEL_DIRS := libprofile -# Disable libprofile: a faulty libtool is generated by autoconf which breaks the -# build on Sparc -ifeq ($(ARCH), Sparc) -PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) -endif - ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif |

