mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
18 lines
673 B
Plaintext
18 lines
673 B
Plaintext
#
|
|
# The URLs for RTEMS
|
|
#
|
|
|
|
#
|
|
# The RTEMS http git URL.
|
|
#
|
|
%define rtems_http_git https://git.rtems.org
|
|
%define rtems_http_devel https://devel.rtems.org
|
|
%define rtems_devel_ticket https://devel.rtems.org/raw-attachment/ticket
|
|
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
|
|
%define rtems_autoconf_patches %{rtems_git_tools}/autoconf
|
|
%define rtems_automake_patches %{rtems_git_tools}/automake
|
|
%define rtems_binutils_patches %{rtems_git_tools}/binutils
|
|
%define rtems_gcc_patches %{rtems_git_tools}/gcc
|
|
%define rtems_newlib_patches %{rtems_git_tools}/newlib
|
|
%define rtems_gdb_patches %{rtems_git_tools}/gdb
|