mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 20:58:07 +00:00
Enable RTTI (Closes: #697754)
This commit is contained in:
parent
af2926db32
commit
bf53c80714
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,13 +1,13 @@
|
||||
llvm-toolchain-3.2 (3.2-1) unstable; urgency=low
|
||||
|
||||
* Build the whole LLVM toolchain at once.
|
||||
TODO
|
||||
* Also install clang-check & clang-tblgen in the clang-3.2 package
|
||||
* Fix the patch detection of clang from scan-build (Closes: #698352)
|
||||
* debian/patches/0050-powerpcspe-fp.diff: Add, hopefully fix FTBFS on
|
||||
powerpcspe, by disabling save / restore of floating point registers which
|
||||
don't exist on powerpcspe. Thanks to Roland Stigge for the patch.
|
||||
(Closes: #696474)
|
||||
* Enable RTTI (Closes: #697754)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Jan 2013 15:45:54 +0100
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -89,7 +89,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
||||
# mkdir build-compiler-rt && cd build-compiler-rt && cmake ../compiler-rt
|
||||
|
||||
override_dh_auto_build:
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=Debian CXXFLAGS=-std=c++0x
|
||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=Debian CXXFLAGS=-std=c++0x REQUIRES_RTTI=1
|
||||
cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man
|
||||
# $(MAKE) $(NJOBS) -C build-compiler-rt VERBOSE=1
|
||||
# Only available in clang 3.3
|
||||
|
Loading…
Reference in New Issue
Block a user