source: rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add @ 5c7a69ba

4.104.114.95
Last change on this file since 5c7a69ba was 5c7a69ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/27/08 at 07:52:59

Update.

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[01141c5]1%if "%{gcc_version}" == "4.3.1"
2Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
[e69afe2]3Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.3.1-rtems4.9-20080628.diff
[01141c5]4%endif
5%{?_without_sources:NoSource:   0}
6
7%if %build_cxx
8%if "%{gcc_version}" == "4.3.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_f95
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
35Source50:       ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
36%if "%{newlib_version}" == "1.16.0"
[5c7a69ba]37Patch50:        ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.16.0-rtems4.10-20080827.diff
[01141c5]38%endif
39%{?_without_sources:NoSource:   50}
40%endif
Note: See TracBrowser for help on using the repository browser.