mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
* r600 is now compiled by default (remove the configure arg)
* Also add usr/lib/llvm-3.4/lib/clang/3.4/include => usr/lib/clang/3.4/include symlink to simplify the path detection
This commit is contained in:
parent
f99661f624
commit
7543629b39
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,13 +1,8 @@
|
|||||||
llvm-toolchain-3.4 (1:3.4~+rc2-2) UNRELEASED; urgency=low
|
|
||||||
|
|
||||||
* r600 is now compiled by default
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 12:01:17 +0100
|
|
||||||
|
|
||||||
llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low
|
llvm-toolchain-3.4 (1:3.4~+rc2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New testing upstream release
|
* New testing upstream release
|
||||||
* 0047-version-name.diff ocamldoc.diff removed (applied upstream)
|
* 0047-version-name.diff ocamldoc.diff removed (applied upstream)
|
||||||
|
* r600 is now compiled by default (remove the configure arg)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 10:25:59 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 03 Dec 2013 10:25:59 +0100
|
||||||
|
|
||||||
@ -34,6 +29,8 @@ llvm-toolchain-3.4 (1:3.4~+rc1-3) unstable; urgency=low
|
|||||||
* If we get an unexpected pass, do not break the tests
|
* If we get an unexpected pass, do not break the tests
|
||||||
do-not-fail-on-unexpected-pass.diff (I am disabling some tests)
|
do-not-fail-on-unexpected-pass.diff (I am disabling some tests)
|
||||||
* Fix the path detection of the objective h headers.
|
* Fix the path detection of the objective h headers.
|
||||||
|
* Also add usr/lib/llvm-3.4/lib/clang/3.4/include =>
|
||||||
|
usr/lib/clang/3.4/include symlink to simplify the path detection
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Dec 2013 17:49:46 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Dec 2013 17:49:46 +0100
|
||||||
|
|
||||||
|
3
debian/libclang-common-3.4-dev.links
vendored
3
debian/libclang-common-3.4-dev.links
vendored
@ -1,2 +1,3 @@
|
|||||||
usr/lib/llvm-3.4/lib/clang/3.4/include usr/include/clang/3.4/include
|
usr/lib/llvm-3.4/lib/clang/3.4/include usr/include/clang/3.4/include
|
||||||
usr/lib/llvm-3.4/lib/clang/3.4/lib /usr/lib/clang/3.4/lib
|
usr/lib/llvm-3.4/lib/clang/3.4/include usr/lib/clang/3.4/include
|
||||||
|
usr/lib/llvm-3.4/lib/clang/3.4/lib usr/lib/clang/3.4/lib
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -31,3 +31,4 @@ include-target.diff
|
|||||||
debian-mips64-n32-multiarch.diff
|
debian-mips64-n32-multiarch.diff
|
||||||
|
|
||||||
force-gcc-header-obj.diff
|
force-gcc-header-obj.diff
|
||||||
|
do-not-fail-on-unexpected-pass.diff
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -312,7 +312,7 @@ override_dh_installdeb:
|
|||||||
|
|
||||||
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
|
rm -f $(CURDIR)/debian/lldb-$(LLVM_VERSION)/usr/lib/python*/dist-packages/lldb/__init__.pyc
|
||||||
rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make*
|
rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make*
|
||||||
rm $(CURDIR)//debian/llvm-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/build/autoconf/LICENSE.TXT
|
rm -f $(CURDIR)//debian/llvm-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/build/autoconf/LICENSE.TXT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user