mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix broken URLs to FTP site
This commit is contained in:
parent
9b8c76d156
commit
d5a7951f75
@ -2,7 +2,7 @@
|
||||
GCC_Version: none, override, '4.8-branch'
|
||||
Source0: none, override, 'git://gcc.gnu.org/git/gcc.git?reset=hard?pull?checkout=gcc-4_8-branch'
|
||||
# IBM's backport patch for the PowerPC
|
||||
Patch0: none, override, 'http://www.rtems.org/ftp/pub/rtems/people/chrisj/4_8-backport-single.patch'
|
||||
Patch0: none, override, 'http://www.rtems.org/pub/rtems/people/chrisj/4_8-backport-single.patch'
|
||||
Patch0_opts: none, override, '-p0'
|
||||
Patch1: none, undefine, ''
|
||||
Patch2: none, undefine, ''
|
||||
|
@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
#
|
||||
# Source
|
||||
#
|
||||
%source set rtems http://ftp.rtems.org/ftp/pub/rtems/%{rtems_kernel_version}/rtems-%{rtems_kernel_version}.tar.bz2
|
||||
%source set rtems http://ftp.rtems.org/pub/rtems/%{rtems_kernel_version}/rtems-%{rtems_kernel_version}.tar.bz2
|
||||
|
||||
#
|
||||
# If C++ defined for the tool set use it to control RTEMS's setting..
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
# Source
|
||||
#
|
||||
%source set binutils http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-binutils-2.20.tar.bz2
|
||||
%source set binutils http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-binutils-2.20.tar.bz2
|
||||
%hash md5 nios2-binutils-2.20.tar.bz2 42ce11b421a1d35fc7b17ee051ccf92a
|
||||
%patch add binutils %{rtems_binutils_patches}/nios2/nios2-binutils-2.20-rtems-20110703.diff
|
||||
%hash md5 nios2-binutils-2.20-rtems-20110703.diff edaa78cdf7b87866c976232ccb1704ac
|
||||
|
@ -41,7 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
#
|
||||
# GCC core and G++
|
||||
#
|
||||
%source set gcc http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
|
||||
%source set gcc http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-gcc-4.1.tar.bz2
|
||||
%hash md5 nios2-gcc-4.1.tar.bz2 717e5a25fda68d96d09353bcfa149cff
|
||||
|
||||
#
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
%define without_python
|
||||
|
||||
%source set gdb http://ftp.rtems.org/ftp/pub/rtems/people/chrisj/nios/nios2-gdb-7.0.tar.bz2
|
||||
%source set gdb http://ftp.rtems.org/pub/rtems/people/chrisj/nios/nios2-gdb-7.0.tar.bz2
|
||||
|
||||
#
|
||||
# The gdb build instructions. We use 7.xx Release 1.
|
||||
|
Loading…
x
Reference in New Issue
Block a user