]> git.pld-linux.org Git - packages/crossnacl-gcc.git/commitdiff
- 32bit fixes auto/th/crossnacl-gcc-4_4_3-3_gitcff9ac88
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Jul 2012 14:25:13 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossnacl-gcc.spec -> 1.8

crossnacl-gcc.spec

index 7113449125ca906c48cdc86ddb3c0dbcd0182261..aa8190a8ec7f57d0ddde21e0d0048ff437392d73 100644 (file)
@@ -6,7 +6,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)
@@ -170,9 +170,12 @@ rm -rf $RPM_BUILD_ROOT
 %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
 
@@ -186,8 +189,11 @@ rm -rf $RPM_BUILD_ROOT
 %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.*
This page took 0.0665519999999999 seconds and 4 git commands to generate.