diff --git a/debian/changelog b/debian/changelog index 53c6a25d..828d1600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 22 Aug 2013 14:28:25 +0200 llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low diff --git a/debian/patches/libprofile_rt_sparc.patch b/debian/patches/libprofile_rt_sparc.patch new file mode 100644 index 00000000..5311b81a --- /dev/null +++ b/debian/patches/libprofile_rt_sparc.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index e43484e3..bcb8ef7d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -31,3 +31,4 @@ kfreebsd-lldb.diff disable-execinfo-usage.diff unwind-chain-inclusion.diff hurd-pathmax.diff +libprofile_rt_sparc.patch