]> git.pld-linux.org Git - packages/gcc2.git/commitdiff
- update config.* + use proper cc
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Mar 2002 18:20:43 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc2.spec -> 1.20

gcc2.spec

index e08f687fe5fcf986298aef6164ee9d60b7786d69..e9fb611d685199414fce97c329874a1f66c31d66 100644 (file)
--- a/gcc2.spec
+++ b/gcc2.spec
@@ -7,7 +7,7 @@ Summary:        GNU Compiler Collection
 Summary(pl):   Kolekcja kompilatorów GNU
 Name:          %{rname}2
 Version:       2.95.4
-Release:       0.%{snap}.2
+Release:       0.%{snap}.3
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{rver}/%{rname}-%{rver}.tar.gz
@@ -37,6 +37,7 @@ Patch22:      %{name}-athlon-option.patch
 Patch50:       gcc-%{rver}-%{snap}.patch.bz2
 BuildRequires: bison
 BuildRequires: texinfo
+BuildRequires: automake
 Requires:      binutils >= 2.9.1.0.25
 Requires:      cpp2 = %{version}
 %ifarch alpha
@@ -338,10 +339,12 @@ Preprocesor C umo
 %patch22 -p1
 
 %build
-(cd gcc; autoconf)
+(cd gcc; autoconf; cp -f /usr/share/automake/config.* .)
+cp -f /usr/share/automake/config.* .
 rm -rf obj-%{_target_platform}
 install -d obj-%{_target_platform} && cd obj-%{_target_platform}
 
+CC="%{__cc}"; export CC
 CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcflags}" \
 TEXCONFIG=false ../configure \
This page took 0.083711 seconds and 4 git commands to generate.