[packages/crossnacl-gcc] up to 455063d (replace fsincos with fsin+fcos)

glen glen at pld-linux.org
Wed Oct 3 19:39:59 CEST 2012


commit bae6856c4c54f72eb51080b8ae8b90db2bb437b5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 3 20:38:12 2012 +0300

    up to 455063d (replace fsincos with fsin+fcos)
    
    commit 455063da0a22a7a099d80efda2fff25bda15420a
    Author: Victor Khimenko <khim at chromium.org>
    Date:   Tue Jun 19 19:36:57 2012 +0400
    
    Patch NaCl gcc to avoid use of fsincos.
    
    BUG=http://code.google.com/p/nativeclient/issues/detail?id=2720
    TEST=bots
    
    R=pasko at google.com
    
    Review URL: https://chromiumcodereview.appspot.com/10557041

 crossnacl-gcc.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/crossnacl-gcc.spec b/crossnacl-gcc.spec
index 56efbcd..c2dd585 100644
--- a/crossnacl-gcc.spec
+++ b/crossnacl-gcc.spec
@@ -2,15 +2,15 @@
 # Conditional build:
 %bcond_with	bootstrap		# build without NaCL newlib package dependency (without c++ package)
 
-%define		gitver	3937565
+%define		gitver	455063d
 Summary:	Various compilers (C, C++) for NaCl
 Name:		crossnacl-gcc
 Version:	4.4.3
 Release:	6.git%{gitver}
 License:	GPL v3+ and GPL v3+ with exceptions and GPL v2+ with exceptions
 Group:		Development/Languages
-Source0:	nacl-gcc-%{version}-git%{gitver}.tar.bz2
-# Source0-md5:	fcdfdd30b82d8ad8fa6e39e7e32cee64
+Source0:	nacl-gcc-%{version}-git%{gitver}.tar.xz
+# Source0-md5:	dd49a8726695a06c7fe9fc531dc6c637
 Source1:	get-source.sh
 URL:		http://sourceware.org/gcc/
 BuildRequires:	cloog-ppl-devel
@@ -35,6 +35,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		gccnlib		%{_prefix}/lib/gcc/%{target}/%{gcc_ver}
 
 %define		filterout_cpp	-D_FORTIFY_SOURCE=[0-9]+
+%define		filterout_c		-Werror=format-security
 
 %description
 The gcc package contains the GNU Compiler Collection version 4.4.3.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossnacl-gcc.git/commitdiff/bae6856c4c54f72eb51080b8ae8b90db2bb437b5



More information about the pld-cvs-commit mailing list