Re-enable libprofile_rt on Sparc

This commit is contained in:
Luca Falavigna 2013-08-23 09:35:00 +00:00
parent 5a130d787f
commit 6ae81f2b1a
3 changed files with 25 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,8 +1,13 @@
llvm-toolchain-3.3 (1:3.3-8) unstable; urgency=low
llvm-toolchain-3.3 (1:3.3-8) UNRELEASED; urgency=low
[ Sylvestre Ledru ]
* Fix an other issues under HURD...
--
[ Luca Falavigna ]
* debian/patches/libprofile_rt_sparc.patch:
- Re-enable libprofile_rt on Sparc, fix FTBFS.
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Aug 2013 14:28:25 +0200
llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low

View File

@ -0,0 +1,17 @@
Index: llvm-toolchain-3.2-3.2repack/runtime/Makefile
===================================================================
--- llvm-toolchain-3.2-3.2repack.orig/runtime/Makefile 2010-04-15 21:51:42.000000000 +0200
+++ llvm-toolchain-3.2-3.2repack/runtime/Makefile 2013-08-23 11:25:15.964131399 +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

View File

@ -31,3 +31,4 @@ kfreebsd-lldb.diff
disable-execinfo-usage.diff
unwind-chain-inclusion.diff
hurd-pathmax.diff
libprofile_rt_sparc.patch