Remove wrong patch

This commit is contained in:
Sylvestre Ledru 2013-09-05 15:16:04 +00:00
parent bb3860928a
commit 05066f472d

View File

@ -1,17 +0,0 @@
Index: llvm-toolchain-snapshot_3.4~svn189356/runtime/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.4~svn189356.orig/runtime/Makefile 2013-08-27 17:23:31.000000000 +0200
+++ llvm-toolchain-snapshot_3.4~svn189356/runtime/Makefile 2013-08-27 17:23:31.000000000 +0200
@@ -14,12 +14,6 @@
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