Index: README.md
===================================================================
--- README.md (revision 65)
+++ README.md (revision 66)
@@ -4,7 +4,7 @@
==========
The default destination path for installation is defined by **TOOLCHAINS_BASE_PATH** variable
-in the [build-system/config.mk](https://csvn.radix.pro/radix/toolchains/branches/toolchains-1.9.x/build-system/config.mk)
+in the [build-system/config.mk](https://csvn.radix-linux.su/radix/toolchains/branches/toolchains-1.9.x/build-system/config.mk)
file. The access permissions should be given to developer by the superuser:
```Bash
@@ -20,7 +20,7 @@
```
Additional information can be found in the
-[*doc/README*](https://csvn.radix.pro/toolchains/branches/toolchains-1.9.x/doc/README) file.
+[*doc/README*](https://csvn.radix-linux.su/toolchains/branches/toolchains-1.9.x/doc/README) file.
Copyright and license
@@ -27,5 +27,5 @@
---------------------
Code and documentation copyright 2009-2020 Andrey V. Kosteltsev.
-Code and documentation released under [the MIT License](https://csvn.radix.pro/radix/toolchains/branches/toolchains-1.9.x/LICENSE).
+Code and documentation released under [the MIT License](https://csvn.radix-linux.su/radix/toolchains/branches/toolchains-1.9.x/LICENSE).
Index: build-system/config.mk
===================================================================
--- build-system/config.mk (revision 65)
+++ build-system/config.mk (revision 66)
@@ -6,7 +6,7 @@
#######
-DOWNLOAD_SERVER = https://ftp.radix.pro
+DOWNLOAD_SERVER = https://ftp.radix-linux.su
WGET_OPTIONS = -q -N
Index: core/binutils/2.40/Makefile
===================================================================
--- core/binutils/2.40/Makefile (revision 65)
+++ core/binutils/2.40/Makefile (revision 66)
@@ -76,7 +76,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_ARM32_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-werror
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
@@ -87,7 +87,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A33XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-werror
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
@@ -98,7 +98,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A9XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-werror
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
@@ -109,7 +109,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_H5_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-cpu=cortex-a53
@@ -120,7 +120,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S9XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-cpu=cortex-a53
@@ -131,7 +131,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK33XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-cpu=cortex-a53
@@ -142,7 +142,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-cpu=cortex-a57
@@ -153,7 +153,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-float=soft
@@ -161,7 +161,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-abi=lp64d
extra_configure_switches += --with-arch=rv64imafdc
@@ -171,7 +171,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A1X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -189,7 +189,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A2X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -207,7 +207,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H3_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -225,7 +225,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -242,7 +242,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S8XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -260,7 +260,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S9XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -277,7 +277,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A9XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -293,7 +293,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A311X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -310,7 +310,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK33XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -327,7 +327,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK339X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -344,7 +344,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -361,7 +361,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A33XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -377,7 +377,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK328X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -397,7 +397,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -415,7 +415,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6ULL_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -433,7 +433,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -451,7 +451,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_AM335X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -470,7 +470,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -485,7 +485,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_P5600_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -500,7 +500,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -519,7 +519,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -535,7 +535,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER9_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -551,7 +551,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8LE_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -567,7 +567,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER9LE_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -584,7 +584,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_GLIBC))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -603,7 +603,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_I586_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -620,7 +620,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_I686_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
@@ -637,7 +637,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
# experimental gold linker( DEFAULT_LD=ld.bfd ):
extra_configure_switches += --enable-gold=yes
extra_configure_switches += --enable-ld=default
Index: core/gcc/12.2.0/Makefile
===================================================================
--- core/gcc/12.2.0/Makefile (revision 65)
+++ core/gcc/12.2.0/Makefile (revision 66)
@@ -183,7 +183,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_ARM32_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-abi=aapcs
@@ -212,7 +212,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A33XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
extra_configure_switches += --disable-isl-version-check
@@ -239,7 +239,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_A9XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
extra_configure_switches += --disable-isl-version-check
@@ -266,7 +266,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_H5_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-multilib-list=lp64,ilp32
@@ -297,7 +297,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_S9XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-multilib-list=lp64,ilp32
@@ -328,7 +328,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RK33XX_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-multilib-list=lp64,ilp32
@@ -359,7 +359,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_M1000_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --disable-multiarch
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-multilib-list=lp64,ilp32
@@ -388,7 +388,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_AT91SAM7S_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-interwork
extra_configure_switches += --enable-multilib
extra_configure_switches += --enable-fpu=no
@@ -422,7 +422,7 @@
ifeq ($(TOOLCHAIN),$(TOOLCHAIN_RISCV64_NEWLIB))
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-abi=lp64d
extra_configure_switches += --with-arch=rv64imafdc
@@ -454,7 +454,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A1X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7-a
extra_configure_switches += --with-tune=cortex-a8
@@ -520,7 +520,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A2X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7ve
extra_configure_switches += --with-tune=cortex-a7
@@ -586,7 +586,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H3_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7ve
extra_configure_switches += --with-tune=cortex-a7
@@ -653,7 +653,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_H5_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -721,7 +721,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S8XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7-a
extra_configure_switches += --with-tune=cortex-a5
@@ -787,7 +787,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_S9XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -855,7 +855,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A9XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -921,7 +921,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A311X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -989,7 +989,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK33XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -1057,7 +1057,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK339X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -1125,7 +1125,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK358X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -1191,7 +1191,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_A33XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -1257,7 +1257,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RK328X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7ve
extra_configure_switches += --with-tune=cortex-a17
@@ -1323,7 +1323,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7-a
extra_configure_switches += --with-tune=cortex-a9
@@ -1390,7 +1390,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_IMX6ULL_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7-a
extra_configure_switches += --with-tune=cortex-a7
@@ -1456,7 +1456,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_OMAP543X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7ve
extra_configure_switches += --with-tune=cortex-a15
@@ -1523,7 +1523,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_AM335X_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=armv7-a
extra_configure_switches += --with-tune=cortex-a8
@@ -1589,7 +1589,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch-32=mips32r2
extra_configure_switches += --with-arch-64=mips64r2
@@ -1656,7 +1656,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_P5600_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=mips32r5
extra_configure_switches += --with-tune=p5600
@@ -1724,7 +1724,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_M1000_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multiarch
extra_configure_switches += --disable-multilib
@@ -1790,7 +1790,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-multilib-list=m64,m32
extra_configure_switches += --with-cpu-32=power8
@@ -1857,7 +1857,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER9_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-multilib-list=m64,m32
extra_configure_switches += --with-cpu-32=power9
@@ -1924,7 +1924,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8LE_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multilib
extra_configure_switches += --with-cpu=power8
@@ -1989,7 +1989,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER9LE_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multilib
extra_configure_switches += --with-cpu=power9
@@ -2054,7 +2054,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RISCV64_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --disable-multilib
extra_configure_switches += --with-abi=lp64d
@@ -2117,7 +2117,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_I586_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=i586
extra_configure_switches += --with-tune=i586
@@ -2177,7 +2177,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_I686_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --with-arch=i686
extra_configure_switches += --with-tune=i686
@@ -2237,7 +2237,7 @@
ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
extra_configure_switches = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
-extra_configure_switches += '--with-bugurl=https://radix.pro'
+extra_configure_switches += '--with-bugurl=https://radix-linux.su'
extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
extra_configure_switches += --enable-multilib
extra_configure_switches += --with-multilib-list=m64,m32
Index: sources/GNU/glibc/create-2.37-i18n-patch/glibc-2.37-new/localedata/locales/en_RU
===================================================================
--- sources/GNU/glibc/create-2.37-i18n-patch/glibc-2.37-new/localedata/locales/en_RU (revision 65)
+++ sources/GNU/glibc/create-2.37-i18n-patch/glibc-2.37-new/localedata/locales/en_RU (revision 66)
@@ -2,7 +2,7 @@
escape_char /
% English Language Locale for Russia
-% Source: RADIX.PRO
+% Source: RADIX-LINUX.SU
% Address: Russia, 193231, St. Petersburg, Solidarnosty av., 25-1-105
% Contact: Andrey V.Kosteltsev
% Email: kosteltsev@gmail.com
@@ -20,7 +20,7 @@
LC_IDENTIFICATION
title "English locale for Russia"
-source "RADIX.PRO"
+source "RADIX-LINUX.SU"
address "Russia, 193231, St. Petersburg, Solidarnosty av., 25-1-105"
contact ""
email "bug-glibc-locales@gnu.org"
Index: sources/Linux/v5.x/Makefile
===================================================================
--- sources/Linux/v5.x/Makefile (revision 65)
+++ sources/Linux/v5.x/Makefile (revision 66)
@@ -1,7 +1,7 @@
#
# Project Home:
# ============
-# git.radix.pro/sources.git
+# git.radix-linux.su/sources.git
#
COMPONENT_TARGETS = $(TOOLCHAIN_NOARCH)
Index: sources/Linux/v6.x/Makefile
===================================================================
--- sources/Linux/v6.x/Makefile (revision 65)
+++ sources/Linux/v6.x/Makefile (revision 66)
@@ -1,7 +1,7 @@
#
# Project Home:
# ============
-# git.radix.pro/sources.git
+# git.radix-linux.su/sources.git
#
COMPONENT_TARGETS = $(TOOLCHAIN_NOARCH)