Ignore:
Timestamp:
06/09/08 07:36:08 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
7e851f92
Parents:
22bd5223
Message:

Add gcc-4.3.1. Abandon gcc-4.2.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/rtems4.9/avr/gcc-sources.add

    r22bd5223 r01c1694  
     1%if "%{gcc_version}" == "4.3.1"
     2Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
     3Patch0:         gcc-core-4.3.1-rtems4.9-20080609.diff
     4%endif
    15%if "%{gcc_version}" == "4.3.0"
    26Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
    3 Patch0:         gcc-core-%{gcc_pkgvers}-rtems4.9-20080501.diff
    4 %endif
    5 %if "%{gcc_version}" == "4.2.3"
    6 Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
    7 Patch0:         gcc-core-4.2.3-rtems4.9-20080205.diff
     7Patch0:         gcc-core-4.3.0-rtems4.9-20080501.diff
    88%endif
    99%{?_without_sources:NoSource:   0}
    1010
    1111%if %build_cxx
     12%if "%{gcc_version}" == "4.3.1"
     13Source1:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
     14%endif
    1215%if "%{gcc_version}" == "4.3.0"
    1316Source1:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
    14 %endif
    15 %if  "%{gcc_version}" == "4.2.3"
    16 Source1:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
    1717%endif
    1818%{?_without_sources:NoSource:   1}
Note: See TracChangeset for help on using the changeset viewer.