]> git.pld-linux.org Git - packages/crossppc-gcc.git/commitdiff
- strip with -R.note -R.comment.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 15 May 2005 20:47:41 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossppc-gcc.spec -> 1.23

crossppc-gcc.spec

index 77f198f251c2a96d18c149b08f7e25f8c75e1938..99dc87194687927de122dacf43f22e5043d09e9a 100644 (file)
@@ -159,8 +159,8 @@ cp -f       $gccdir/install-tools/include/*.h $gccdir/include
 rm -rf $gccdir/install-tools
 
 %if 0%{!?debug:1}
-%{target}-strip -g $RPM_BUILD_ROOT%{gcclib}/libgcc.a
-%{target}-strip -g $RPM_BUILD_ROOT%{gcclib}/libgcov.a
+%{target}-strip -g -R.note -R.comment $RPM_BUILD_ROOT%{gcclib}/libgcc.a
+%{target}-strip -g -R.note -R.comment $RPM_BUILD_ROOT%{gcclib}/libgcov.a
 %endif
 
 %clean
This page took 0.09689 seconds and 4 git commands to generate.