[packages/ChakraCore] filterout flags clang does not like

glen glen at pld-linux.org
Wed Mar 23 21:53:13 CET 2016


commit 9c3577993c49ecfab25627e21c5adef298b4fcf8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 23 22:50:53 2016 +0200

    filterout flags clang does not like

 ChakraCore.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/ChakraCore.spec b/ChakraCore.spec
index 602cdc5..90c9096 100644
--- a/ChakraCore.spec
+++ b/ChakraCore.spec
@@ -12,6 +12,10 @@ BuildRequires:	cmake >= 3.2
 ExclusiveArch:	%{ix86} %{x8664} arm
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# clang does not like these
+%define		filterout_c -fvar-tracking-assignments
+%define		filterout_cxx -fvar-tracking-assignments
+
 %description
 ChakraCore is the core part of Chakra, the high-performance JavaScript
 engine that powers Microsoft Edge and Windows applications written in
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ChakraCore.git/commitdiff/9c3577993c49ecfab25627e21c5adef298b4fcf8



More information about the pld-cvs-commit mailing list