packages: crossnacl-gcc/crossnacl-gcc.spec - 32bit fixes

glen glen at pld-linux.org
Fri Jul 6 16:25:18 CEST 2012


Author: glen                         Date: Fri Jul  6 14:25:18 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 32bit fixes

---- Files affected:
packages/crossnacl-gcc:
   crossnacl-gcc.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/crossnacl-gcc/crossnacl-gcc.spec
diff -u packages/crossnacl-gcc/crossnacl-gcc.spec:1.7 packages/crossnacl-gcc/crossnacl-gcc.spec:1.8
--- packages/crossnacl-gcc/crossnacl-gcc.spec:1.7	Fri Jul  6 16:21:14 2012
+++ packages/crossnacl-gcc/crossnacl-gcc.spec	Fri Jul  6 16:25:13 2012
@@ -7,7 +7,7 @@
 Summary:	Various compilers (C, C++) for nacl
 Name:		crossnacl-gcc
 Version:	4.4.3
-Release:	2.git%{gitver}
+Release:	3.git%{gitver}
 # Generated from git
 # git clone http://git.chromium.org/native_client/nacl-gcc.git
 # (Checkout ID taken from chromium-15.0.874.106/native_client/tools/REVISIONS)
@@ -171,9 +171,12 @@
 %attr(755,root,root) %{_bindir}/%{target}-gccbug
 %attr(755,root,root) %{_bindir}/%{target}-gcov
 
+%if "%{_lib}" != "lib"
 %dir %{_prefix}/lib/gcc
 %dir %{_prefix}/lib/gcc/%{target}
 %dir %{gccnlib}
+%endif
+
 %{gccnlib}/*.[ao]
 %{gccnlib}/include
 
@@ -187,8 +190,11 @@
 %attr(755,root,root) %{gcclib}/cc1
 %attr(755,root,root) %{gcclib}/collect2
 
+%if "%{_lib}" != "lib"
+# not present on ix86, not needed?
 %dir %{gcclib}/install-tools
 %attr(755,root,root) %{gcclib}/install-tools/*
+%endif
 
 %{_mandir}/man1/%{target}-cpp.*
 %{_mandir}/man1/%{target}-gcc.*
@@ -210,6 +216,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2012/07/06 14:25:13  glen
+- 32bit fixes
+
 Revision 1.7  2012/07/06 14:21:14  glen
 - BR: gmp-c++-devel (even in bootstrap)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/crossnacl-gcc/crossnacl-gcc.spec?r1=1.7&r2=1.8



More information about the pld-cvs-commit mailing list