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:
@@ -31,6 +31,11 @@
|
|||||||
#
|
#
|
||||||
Source0: git://gcc.gnu.org/git/gcc.git?reset=hard?pull?branch=gcc-4_8-branch
|
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.
|
# The gcc/newlib build instructions. We use 4.8 Release 1.
|
||||||
#
|
#
|
||||||
|
@@ -11,21 +11,29 @@
|
|||||||
#
|
#
|
||||||
# GCC core and G++
|
# GCC core and G++
|
||||||
#
|
#
|
||||||
|
%ifn %{defined Source0}
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
|
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
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Newlib
|
# Newlib
|
||||||
#
|
#
|
||||||
|
%ifn %{defined Source10}
|
||||||
Source10: ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
|
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
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Packages GCC requires
|
# Packages GCC requires
|
||||||
#
|
#
|
||||||
|
%ifn %{defined Source20}
|
||||||
Source20: http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
|
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
|
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
|
Source22: ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
|
||||||
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCC Common build script.
|
# GCC Common build script.
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
# Newlib
|
# Newlib
|
||||||
#
|
#
|
||||||
%ifn %{defined Source10}
|
%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
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user