SPECS (AC-branch): gcc.spec - added ksi bcond

qboosh qboosh at pld-linux.org
Sun Dec 11 15:24:42 CET 2005


Author: qboosh                       Date: Sun Dec 11 14:24:42 2005 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added ksi bcond

---- Files affected:
SPECS:
   gcc.spec (1.241.2.22 -> 1.241.2.23) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.241.2.22 SPECS/gcc.spec:1.241.2.23
--- SPECS/gcc.spec:1.241.2.22	Mon Nov 14 23:54:15 2005
+++ SPECS/gcc.spec	Sun Dec 11 15:24:37 2005
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without	ada		# build without ADA support
 %bcond_without	java		# build without Java support
+%bcond_without	ksi		# build without KSI support
 %bcond_without	objc		# build without objc support
 %bcond_with	bootstrap	# don't BR gcc(ada) (temporary for Ac upgrade bootstrap)
 %ifarch %{x8664}
@@ -1275,7 +1276,7 @@
 	--enable-shared \
 	--enable-threads=posix \
 	--enable-__cxa_atexit \
-	--enable-languages="c,c++,f77%{?with_objc:,objc}%{?with_ada:,ada}%{?with_java:,java},ksi" \
+	--enable-languages="c,c++,f77%{?with_objc:,objc}%{?with_ada:,ada}%{?with_java:,java}%{?with_ksi:,ksi}" \
 	--enable-c99 \
 	--enable-long-long \
 %ifnarch ppc
@@ -1840,11 +1841,13 @@
 %{_libdir}/gcc-lib/*/*/adalib/libgna*.a
 %endif
 
+%if %{with ksi}
 %files ksi
 %defattr(644,root,root,755)
 %doc gcc/ksi/README gcc/ksi/NEWS gcc/ksi/t/*.{ksi,c,foo}
 %{_infodir}/ksi*
 %attr(755,root,root) %{_libdir}/gcc-lib/*/*/ksi1
+%endif
 
 %files -n cpp
 %defattr(644,root,root,755)
@@ -1860,6 +1863,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.241.2.23  2005/12/11 14:24:37  qboosh
+- added ksi bcond
+
 Revision 1.241.2.22  2005/11/14 22:54:15  qboosh
 - use x8664 macro
 - multilib update for ppc64/s390x/sparc64
================================================================

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




More information about the pld-cvs-commit mailing list