Changeset eb2d0ff in rtems for contrib/crossrpms/rtems4.10/m68k/gcc-sources.add
- Timestamp:
- Jul 16, 2009, 11:41:07 PM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- c5575c9
- Parents:
- 56a5a83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/rtems4.10/m68k/gcc-sources.add
r56a5a83 reb2d0ff 1 %if "%{gcc_version}" == "4.3.3"2 Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz23 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.3.3-rtems4.10-20090125.diff4 %endif5 1 %if "%{gcc_version}" == "4.4.0" 6 2 Source0: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 7 3 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090421.diff 8 4 %endif 5 %if "%{gcc_version}" == "4.4.1" 6 Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2 7 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-%{gcc_pkgvers}-rtems4.10-20090717.diff 8 %endif 9 9 %{?_without_sources:NoSource: 0} 10 10 11 11 %if %build_cxx 12 %if "%{gcc_version}" == "4. 3.3"12 %if "%{gcc_version}" == "4.4.0" 13 13 Source1: ftp://ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 14 14 %endif 15 %if "%{gcc_version}" == "4.4. 0"16 Source1: ftp:// ftp.gnu.org/pub/gnu/gcc/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz215 %if "%{gcc_version}" == "4.4.1" 16 Source1: ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2 17 17 %endif 18 18 %{?_without_sources:NoSource: 1}
Note: See TracChangeset
for help on using the changeset viewer.