SPECS: crossavr-gcc.spec - gcc without libc is quite useless for c...

glen glen at pld-linux.org
Mon Apr 9 22:24:16 CEST 2007


Author: glen                         Date: Mon Apr  9 20:24:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- gcc without libc is quite useless for compiling

---- Files affected:
SPECS:
   crossavr-gcc.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/crossavr-gcc.spec
diff -u SPECS/crossavr-gcc.spec:1.30 SPECS/crossavr-gcc.spec:1.31
--- SPECS/crossavr-gcc.spec:1.30	Mon Apr  9 22:19:46 2007
+++ SPECS/crossavr-gcc.spec	Mon Apr  9 22:24:11 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	bootstrap	# for bootstraping
+#
 Summary:	Cross AVR GNU binary utility development utilities - gcc
 Summary(es.UTF-8):	Utilitarios para desarrollo de binarios de la GNU - AVR gcc
 Summary(fr.UTF-8):	Utilitaires de développement binaire de GNU - AVR gcc
@@ -26,6 +30,7 @@
 BuildRequires:	crossavr-binutils
 BuildRequires:	flex
 Requires:	crossavr-binutils >= 2.15.91.0.2
+%{!?with_boostrap:Requires:	crossavr-libc}
 Requires:	gcc-dirs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -154,6 +159,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2007/04/09 20:24:11  glen
+- gcc without libc is quite useless for compiling
+
 Revision 1.30  2007/04/09 20:19:46  glen
 - R binutils with fixed %dir
 
================================================================

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



More information about the pld-cvs-commit mailing list