source: rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add @ 1b81828

4.10
Last change on this file since 1b81828 was 1b81828, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/29/11 at 05:36:02

Abandon gcc-4.4.5.
gcc-core-4.4.6-rtems4.10-20110829.diff.
gcc-g++-4.4.6-rtems4.10-20110829.diff.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%if "%{gcc_version}" == "4.4.6"
2Source0:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
3Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110829.diff
4%endif
5%{?_without_sources:NoSource:   0}
6
7%if %build_cxx
8%if "%{gcc_version}" == "4.4.6"
9Source1:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
10Patch1:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-g++-4.4.6-rtems4.10-20110829.diff
11%endif
12%{?_without_sources:NoSource:   1}
13
14%endif
15%if %build_fortran
16Source2:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
17%{?_without_sources:NoSource:   2}
18
19%endif
20%if %build_gcj
21Source3:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-java-%{gcc_pkgvers}.tar.bz2
22%{?_without_sources:NoSource:   3}
23
24%endif
25%if %build_gnat
26Source4:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-ada-%{gcc_pkgvers}.tar.bz2
27%{?_without_sources:NoSource:   4}
28
29%endif
30%if %build_objc
31Source5:        ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-objc-%{gcc_pkgvers}.tar.bz2
32%{?_without_sources:NoSource:   5}
33
34%endif
35%if %build_newlib
36%if "%{newlib_version}" == "1.18.0"
37Source50:       ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
38Patch50:        ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110518.diff
39%endif
40%{?_without_sources:NoSource:   50}
41%endif
Note: See TracBrowser for help on using the repository browser.