source: rtems/contrib/crossrpms/rtems4.9/sh/gcc-sources.add @ a227867

4.9
Last change on this file since a227867 was a227867, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/23/09 at 08:58:59

Update to newlib-1.16.0-rtems4.9-20090324.diff.

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