]> git.pld-linux.org Git - packages/crossavr-gcc.git/commitdiff
- gcc without libc is quite useless for compiling auto/ac/crossavr-gcc-4_1_2-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Apr 2007 20:24:11 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossavr-gcc.spec -> 1.31

crossavr-gcc.spec

index 1fd3bdc5ff8f6fd61187f623073a0647f7000065..da6b93131099b09f341c96f29dd0fb18996b7bc3 100644 (file)
@@ -1,3 +1,7 @@
+#
+# 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
@@ -25,6 +29,7 @@ BuildRequires:        bison
 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)
 
This page took 0.105057 seconds and 4 git commands to generate.