]> git.pld-linux.org Git - packages/gcc.git/commitdiff
make bootstrap for native compiller; release 14
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2000 18:08:37 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.64

gcc.spec

index 9b1961e296e07fb88e72ab9fa08d5eea4232a17a..35d11c43510989e03af37dbcedfc7d4562409b52 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -3,7 +3,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          gcc
 Version:       2.95.3
-Release:       13
+Release:       14
 License:       GPL
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
@@ -379,7 +379,8 @@ CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
 PATH=$PATH:/sbin:%{_sbindir}
 touch  ../gcc/c-gperf.h
 
-%{__make} LDFLAGS_FOR_TARGET="%{!?debug:-s}" \
+%{__mak} bootstrap \
+       LDFLAGS_FOR_TARGET="%{!?debug:-s}" \
        mandir=%{_mandir} \
        infodir=%{_infodir}
 
This page took 0.064427 seconds and 4 git commands to generate.