summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 05:04:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 05:04:59 +0000
commit492e450891c4f0c94633a7ec30541617960fcb48 (patch)
tree4a493f75440d875b32c15b0dd260afc8606c4960 /contrib/crossrpms/rtems4.8/mips/gcc-sources.add
parentSync with CVS HEAD. (diff)
downloadrtems-492e450891c4f0c94633a7ec30541617960fcb48.tar.bz2
Add support for gcc-4.3.0, gcc-4.2.3.
Update to newlib-1.15.0-rtems4.8-20080508.diff.
Diffstat (limited to 'contrib/crossrpms/rtems4.8/mips/gcc-sources.add')
-rw-r--r--contrib/crossrpms/rtems4.8/mips/gcc-sources.add10
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
index aadf2d2b0d..02072bc44a 100644
--- a/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
+++ b/contrib/crossrpms/rtems4.8/mips/gcc-sources.add
@@ -1,7 +1,15 @@
+%if "%{gcc_version}" == "4.3.0"
+Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0: gcc-core-%{gcc_pkgvers}-rtems4.8-20080417.diff
+%endif
%if "%{gcc_version}" == "4.2.2"
Source0: ftp://gcc.gnu.org/pub/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
Patch0: gcc-core-4.2.2-rtems4.8-20071127.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.8-20080508.diff
+%endif
%{?_without_sources:NoSource: 0}
%if %build_cxx
@@ -32,7 +40,7 @@ Source5: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-objc-%{gcc_pkgvers}.ta
%if %build_newlib
Source50: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
%if "%{newlib_version}" == "1.15.0"
-Patch50: newlib-1.15.0-rtems4.8-20071221.diff
+Patch50: newlib-1.15.0-rtems4.8-20080508.diff
%endif
%{?_without_sources:NoSource: 50}
%endif