source: rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add @ 9d14e599

4.104.115
Last change on this file since 9d14e599 was 9d14e599, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/16/09 at 07:45:44

newlib-1.17.0-rtems4.10-20090916.diff.

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