]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- added bcond for gcc(ada) prov bootstrap on Ac builders auto/ac/gcc-3_3_2-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Nov 2003 23:01:50 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.202

gcc.spec

index 9a707decd52142f7e789d593638999077fa5c3fa..cce4e34776e075756cec50a632707842c332cf04 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,10 +1,11 @@
 #
 # Conditional build:
-# _without_ada - build without ADA support
-# _without_java        - build without Java support
-# _without_objc        - build without objc support
-# _with_pp     - build with ProPolice
-
+# _without_ada         - build without ADA support
+# _without_java                - build without Java support
+# _without_objc                - build without objc support
+# _with_bootstrap      - don't BR gcc(ada) (temporary for Ac upgrade bootstrap)
+# _with_pp             - build with ProPolice
+#
 %define                DASHED_SNAP     %{nil}
 %define                SNAP            %(echo %{DASHED_SNAP} | sed -e "s#-##g")
 %define                GCC_VERSION     3.3.2
@@ -51,7 +52,7 @@ BuildRequires:        binutils >= 2.14
 BuildRequires: bison
 BuildRequires: fileutils >= 4.0.41
 BuildRequires: gcc
-%{!?_without_ada:BuildRequires:        gcc(ada)}
+%{!?_without_ada:%{!?_with_bootstrap:BuildRequires:    gcc(ada)}}
 %{!?_without_ada:BuildRequires: gcc-ada}
 BuildRequires: glibc-devel >= 2.2.5-20
 BuildRequires: perl-devel
This page took 0.038603 seconds and 4 git commands to generate.