mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:46:27 +00:00
Fix path for arch without support of compiler-rt. Should fix most of the
FTBFS
This commit is contained in:
parent
8f72440397
commit
c718adf666
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-3.4 (1:3.4.1-3) unstable; urgency=medium
|
||||
|
||||
* Fix path for arch without support of compiler-rt. Should fix most of the
|
||||
FTBFS
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 16 May 2014 15:27:37 +0200
|
||||
|
||||
llvm-toolchain-3.4 (1:3.4.1-2) unstable; urgency=medium
|
||||
|
||||
* Fix the soname. No changes in the ABI, so, no need to update the soname
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -272,7 +272,7 @@ override_dh_auto_install:
|
||||
# Create this fake directory to make the install libclang-common-dev happy
|
||||
# under the unsupported archs of compiler-rt
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/clang/$(LLVM_VERSION)/lib
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/
|
||||
mkdir -p $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/lib/
|
||||
|
||||
|
||||
# Rename binaries
|
||||
|
Loading…
Reference in New Issue
Block a user