]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- rel 4; use gcc (and not g++) for building
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jul 2012 17:49:00 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.704

gcc.spec

index b9791f3e94629374ffabcb2fa3a87c53feea8f96..11d4d2c6e66ea60901bddfbb97119d9e91f5d16a 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -85,7 +85,7 @@ Summary(pl.UTF-8):    Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       3
+Release:       4
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
@@ -1572,6 +1572,8 @@ TEXCONFIG=false \
        --enable-secureplt \
 %endif
        --enable-initfini-array \
+       --disable-build-with-cxx \
+       --disable-build-poststage1-with-cxx \
 %if %{with cxx}
        --with-gxx-include-dir=%{_includedir}/c++/%{version} \
        --enable-libstdcxx-visibility \
This page took 0.040965 seconds and 4 git commands to generate.