mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
Re-enable libprofile_rt on Sparc
This commit is contained in:
parent
5a130d787f
commit
6ae81f2b1a
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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...
|
* 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
|
llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low
|
||||||
|
|
||||||
|
17
debian/patches/libprofile_rt_sparc.patch
vendored
Normal file
17
debian/patches/libprofile_rt_sparc.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -31,3 +31,4 @@ kfreebsd-lldb.diff
|
|||||||
disable-execinfo-usage.diff
|
disable-execinfo-usage.diff
|
||||||
unwind-chain-inclusion.diff
|
unwind-chain-inclusion.diff
|
||||||
hurd-pathmax.diff
|
hurd-pathmax.diff
|
||||||
|
libprofile_rt_sparc.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user