llvm-toolchain/debian/patches/libprofile_rt_sparc.diff
Sylvestre Ledru 22fe618235 rename patch
2013-08-27 15:23:31 +00:00

18 lines
704 B
Diff

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