]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- release 16
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 14 Dec 2000 16:40:19 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- really use RPM_OPT_FLAGS

Changed files:
    gcc.spec -> 1.69

gcc.spec

index f31c78098e83688752822da7bc19790afb7b7e0a..9b801362493667f93856958b8f6f2ab6b15f0204 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       2.95.3
-Release:       15
+Release:       16
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -361,8 +361,8 @@ Preprocesor C umo
 rm -rf obj-%{_target_platform}
 install -d obj-%{_target_platform} && cd obj-%{_target_platform} 
 
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" 
+CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
 TEXCONFIG=false ../configure \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
This page took 0.038822 seconds and 4 git commands to generate.