summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-03 08:18:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-03 08:18:22 +0000
commit01141c54e7421665c422fb1931197e884c829d15 (patch)
tree8a70cc0dead9e1a5b9a212e6213a74e2dba4768d /contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add
parent2008-07-03 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-01141c54e7421665c422fb1931197e884c829d15.tar.bz2
New.
Diffstat (limited to '')
-rw-r--r--contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add b/contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add
new file mode 100644
index 0000000000..a02f78ecb5
--- /dev/null
+++ b/contrib/crossrpms/rtems4.10/tic4x/gcc-sources.add
@@ -0,0 +1,42 @@
+%if "%{gcc_version}" == "3.4.6"
+Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-3.4.6/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: gcc-core-3.4.6-rtems4.9-20071111.diff
+%endif
+%if "%{gcc_version}" == "4.2.3"
+Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: gcc-core-4.2.3-rtems4.9-20080205.diff
+%endif
+%{?_without_sources:NoSource: 0}
+
+%if %build_cxx
+Source1: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%{?_without_sources:NoSource: 1}
+
+%endif
+%if %build_f95
+Source2: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-fortran-%{gcc_pkgvers}.tar.bz2
+%{?_without_sources:NoSource: 2}
+
+%endif
+%if %build_gcj
+Source3: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-java-%{gcc_pkgvers}.tar.bz2
+%{?_without_sources:NoSource: 3}
+
+%endif
+%if %build_gnat
+Source4: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-ada-%{gcc_pkgvers}.tar.bz2
+%{?_without_sources:NoSource: 4}
+
+%endif
+%if %build_objc
+Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.tar.bz2
+%{?_without_sources:NoSource: 5}
+
+%endif
+%if %build_newlib
+Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
+%if "%{newlib_version}" == "1.16.0"
+Patch50: newlib-1.16.0-rtems4.9-20080430.diff
+%endif
+%{?_without_sources:NoSource: 50}
+%endif