mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Align the 4.8 and 4.5 configurations with the gcc-common.
This commit is contained in:
parent
06c02001ea
commit
d925ea3c48
@ -31,6 +31,11 @@
|
||||
#
|
||||
Source0: git://gcc.gnu.org/git/gcc.git?reset=hard?pull?branch=gcc-4_8-branch
|
||||
|
||||
#
|
||||
# Newlib is from CVS.
|
||||
#
|
||||
Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}
|
||||
|
||||
#
|
||||
# The gcc/newlib build instructions. We use 4.8 Release 1.
|
||||
#
|
||||
|
@ -11,21 +11,29 @@
|
||||
#
|
||||
# GCC core and G++
|
||||
#
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
|
||||
VersionContro0: git clone git://gcc.gnu.org/git/gcc.git
|
||||
%ifn %{defined Source0}
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
|
||||
%endif
|
||||
|
||||
#
|
||||
# Newlib
|
||||
#
|
||||
Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
|
||||
VersionControl10: cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/src co newlib
|
||||
%ifn %{defined Source10}
|
||||
Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
|
||||
%endif
|
||||
|
||||
#
|
||||
# Packages GCC requires
|
||||
#
|
||||
Source20: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
|
||||
Source21: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
|
||||
Source22: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
|
||||
%ifn %{defined Source20}
|
||||
Source20: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
|
||||
%endif
|
||||
%ifn %{defined Source21}
|
||||
Source21: http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
|
||||
%endif
|
||||
%ifn %{defined Source22}
|
||||
Source22: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
|
||||
%endif
|
||||
|
||||
#
|
||||
# GCC Common build script.
|
||||
|
@ -19,7 +19,7 @@
|
||||
# Newlib
|
||||
#
|
||||
%ifn %{defined Source10}
|
||||
Source10: cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}
|
||||
Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
|
||||
%endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user