]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- rel 9; disable concept checks by default auto/th/gcc-4_2_0-9
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jul 2007 05:44:18 +0000 (05:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.501

gcc.spec

index 028be9e73dc435125b3d2b0052f599be6c0c677e..f58b5b924e50b852dd85178eb7984907e6408e4b 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -20,6 +20,7 @@
 %bcond_without multilib        # build without multilib support (it needs glibc[32&64]-devel)
 %bcond_with    profiling       # build with profiling
 %bcond_without bootstrap       # omit 3-stage bootstrap
+%bcond_with    conceptchecks   # concept checks
 %bcond_with    tests           # torture gcc
 
 %if !%{with cxx}
@@ -52,7 +53,7 @@ Name:         gcc
 %define                _major_ver      4.2
 %define                _minor_ver      0
 Version:       %{_major_ver}.%{_minor_ver}
-Release:       8
+Release:       9
 Epoch:         6
 License:       GPL v2+
 Group:         Development/Languages
@@ -1379,7 +1380,7 @@ TEXCONFIG=false \
        --with-gxx-include-dir=%{_includedir}/c++/%{version} \
        --disable-libstdcxx-pch \
        --enable-__cxa_atexit \
-       --enable-concept-checks \
+       %{?with_conceptchecks:--enable-concept-checks} \
        --enable-libstdcxx-allocator=new \
 %endif
 %if %{with java}
This page took 0.096356 seconds and 4 git commands to generate.