]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- TODO += PR18648 (tree-optimization: gcc doesn't remove empty loops).
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 24 Nov 2004 16:50:30 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups.

Changed files:
    gcc4.spec -> 1.256

gcc4.spec

index ad7c6a027f2ee9c0c208ba377a96409cdd565c48..e5b643d43d4daa9cc431d5b067b95d7fd14edc8f 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -2,9 +2,7 @@
 # TODO:
 #              - http://gcc.gnu.org/PR11203
 #              - http://gcc.gnu.org/PR14776
-#              - http://gcc.gnu.org/PR17567
-#
-# - after 3.4.3 release snaps should go to DEVEL branch
+#              - http://gcc.gnu.org/PR18648
 #
 # Conditional build:
 %bcond_without ada             # build without ADA support
 %bcond_without objc            # build without objc support
 %bcond_with    ssp             # build with stack-smashing protector support
 #
-%define                _snap           20041029
-#
 Summary:       GNU Compiler Collection: the C compiler and shared files
 Summary(es):   Colección de compiladores GNU: el compilador C y ficheros compartidos
 Summary(pl):   Kolekcja kompilatorów GNU: kompilator C i pliki wspó³dzielone
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       3.4.3
-#Release:      0.%{_snap}.1
 Release:       1
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: e744b30c834360fccac41eb7269a3011
-#Source0:      ftp://gcc.gnu.org/pub/gcc/prerelease-%{version}-%{_snap}/gcc-%{version}-%{_snap}.tar.bz2
-#Source0:      ftp://gcc.gnu.org/pub/gcc/snapshots/3.4-%{_snap}/gcc-3.4-%{_snap}.tar.bz2
-# Source0-size:        25077382
 Source1:       http://ep09.pld-linux.org/~djrzulf/gcc33/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 4736f3422ddfb808423b745629acc321
-# Source1-size:        63307
 Source2:       http://www.trl.ibm.com/projects/security/ssp/gcc2_95_3/gcc_stack_protect.m4.gz
 # Source2-md5: 07d93ad5fc07ca44cdaba46c658820de
-# Source2-size:        667
 Source3:       gcc_visibility.m4
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-nolocalefiles.patch
@@ -648,11 +638,6 @@ Ten pakiet zawiera biblioteki statyczne dla program
 Adzie.
 
 %prep
-# prerelease
-#setup -q -n %{name}-%{version}-%{_snap} -a1
-# snapshot
-#setup -q -n %{name}-3.4-%{_snap} -a1
-# final
 %setup -q -a1
 
 %patch0 -p1
This page took 0.077354 seconds and 4 git commands to generate.