source: rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add @ ccee225

4.104.115
Last change on this file since ccee225 was ccee225, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/03/09 at 06:36:21

newlib-1.17.0-rtems4.10-20090203.diff

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[fddb62c]1%if "%{gcc_version}" == "4.3.3"
[2fb65fbf]2Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
[fddb62c]3Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.3.3-rtems4.10-20090125.diff
[2fb65fbf]4%endif
[01141c5]5%{?_without_sources:NoSource:   0}
6
7%if %build_cxx
[fddb62c]8%if "%{gcc_version}" == "4.3.3"
[2fb65fbf]9Source1:        ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
10%endif
[01141c5]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
[c51f900b]35%if "%{newlib_version}" == "1.17.0"
[6357d742]36Source50:       ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
[ccee225]37Patch50:        ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-%{newlib_pkgvers}-rtems4.10-20090203.diff
[01141c5]38%endif
39%{?_without_sources:NoSource:   50}
40%endif
Note: See TracBrowser for help on using the repository browser.