SPECS: gcc.spec - rel 9; disable concept checks by default

arekm arekm at pld-linux.org
Wed Jul 18 07:44:23 CEST 2007


Author: arekm                        Date: Wed Jul 18 05:44:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 9; disable concept checks by default

---- Files affected:
SPECS:
   gcc.spec (1.500 -> 1.501) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.500 SPECS/gcc.spec:1.501
--- SPECS/gcc.spec:1.500	Wed Jul  4 23:55:21 2007
+++ SPECS/gcc.spec	Wed Jul 18 07:44:18 2007
@@ -21,6 +21,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}
@@ -53,7 +54,7 @@
 %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
@@ -1380,7 +1381,7 @@
 	--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}
@@ -2086,6 +2087,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.501  2007/07/18 05:44:18  arekm
+- rel 9; disable concept checks by default
+
 Revision 1.500  2007/07/04 21:55:21  arekm
 - rel 8; updated branch diff
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.500&r2=1.501&f=u



More information about the pld-cvs-commit mailing list