mgorny      15/06/09 21:17:33

  Modified:             llvm-9999.ebuild ChangeLog
  Log:
  Enable EH & RTTI for better compatibility
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.112                sys-devel/llvm/llvm-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.112&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.112&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.111&r2=1.112

Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- llvm-9999.ebuild    9 Jun 2015 16:54:50 -0000       1.111
+++ llvm-9999.ebuild    9 Jun 2015 21:17:33 -0000       1.112
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.111 
2015/06/09 16:54:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.112 
2015/06/09 21:17:33 mgorny Exp $
 
 EAPI=5
 
@@ -215,6 +215,8 @@
                -DLLVM_ENABLE_FFI=$(usex libffi)
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)
                -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
+               -DLLVM_ENABLE_EH=ON
+               -DLLVM_ENABLE_RTTI=ON
 
                -DWITH_POLLY=OFF # TODO
 



1.246                sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.246&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.246&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   9 Jun 2015 16:54:50 -0000       1.245
+++ ChangeLog   9 Jun 2015 21:17:33 -0000       1.246
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.245 2015/06/09 
16:54:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.246 2015/06/09 
21:17:33 mgorny Exp $
+
+  09 Jun 2015; Michał Górny <[email protected]> llvm-9999.ebuild:
+  Enable EH & RTTI for better compatibility
 
   09 Jun 2015; Michał Górny <[email protected]>
   +files/cmake/0002-cmake-Support-overriding-Sphinx-HTML-doc-install-dir.patch,




Reply via email to