]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- reenable ix86 branch diff.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 21 Apr 2009 20:54:09 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.spec -> 1.570

gcc.spec

index b1e2a316df00ec3ee74b5ad6e0c37db085e0f1d4..91d884b0ca60e3cde30dd8fb649d91bcd476231e 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -74,6 +74,8 @@ Source1:      %{name}-optimize-la.pl
 Source2:       ftp://sourceware.org/pub/java/ecj-latest.jar
 # Source2-md5: fd299f26c02268878b5d6c0e86f57c43
 #Patch100:     %{name}-branch.diff.bz2
+# The goal of this ix86-branch is to add support for newer ix86 processors such as AMD's Shanghai and Intel's Atom to GCC 4.4.x.
+Patch101:      %{name}-ix86-branch.diff
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-nolocalefiles.patch
 Patch2:                %{name}-nodebug.patch
@@ -1371,6 +1373,7 @@ Statyczne biblioteki Obiektowego C.
 %prep
 %setup -q
 #patch100 -p0
+%patch101 -p0
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -1647,7 +1650,7 @@ cat cpplib.lang >> gcc.lang
 install libstdc++-v3/include/precompiled/* $RPM_BUILD_ROOT%{_includedir}
 %endif
 
-# cvs snap doesn't contain (release does) below files,
+# svn snap doesn't contain (release does) below files,
 # so let's create dummy entries to satisfy %%files.
 [ ! -f NEWS ] && touch NEWS
 [ ! -f libgfortran/AUTHORS ] && touch libgfortran/AUTHORS
This page took 0.0790920000000001 seconds and 4 git commands to generate.