diff --git a/debian/changelog b/debian/changelog index c3d50e52..b9c25965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 07 Jan 2013 15:45:54 +0100 diff --git a/debian/rules b/debian/rules index 34d19169..0ac81c22 100755 --- a/debian/rules +++ b/debian/rules @@ -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