Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: README.md
===================================================================
--- README.md	(revision 69)
+++ README.md	(revision 70)
@@ -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.11.x/build-system/config.mk)
+in the [build-system/config.mk](https://csvn.radix-linux.su/radix/toolchains/branches/toolchains-1.11.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.11.x/doc/README) file.
+[*doc/README*](https://csvn.radix-linux.su/toolchains/branches/toolchains-1.11.x/doc/README) file.
 
 
 Copyright and license
@@ -27,5 +27,5 @@
 ---------------------
 
 Code and documentation copyright 2009-2024 Andrey V. Kosteltsev.
-Code and documentation released under [the MIT License](https://csvn.radix.pro/radix/toolchains/branches/toolchains-1.11.x/LICENSE).
+Code and documentation released under [the MIT License](https://csvn.radix-linux.su/radix/toolchains/branches/toolchains-1.11.x/LICENSE).
 
Index: build-system/config.mk
===================================================================
--- build-system/config.mk	(revision 69)
+++ build-system/config.mk	(revision 70)
@@ -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.43.1/Makefile
===================================================================
--- core/binutils/2.43.1/Makefile	(revision 69)
+++ core/binutils/2.43.1/Makefile	(revision 70)
@@ -78,7 +78,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
@@ -89,7 +89,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
@@ -100,7 +100,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
@@ -111,7 +111,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
@@ -122,7 +122,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
@@ -133,7 +133,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
@@ -144,7 +144,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
@@ -155,7 +155,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
@@ -163,7 +163,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
@@ -173,7 +173,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
@@ -191,7 +191,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
@@ -209,7 +209,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
@@ -227,7 +227,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
@@ -244,7 +244,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
@@ -262,7 +262,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
@@ -279,7 +279,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
@@ -295,7 +295,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
@@ -312,7 +312,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
@@ -329,7 +329,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
@@ -346,7 +346,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
@@ -363,7 +363,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
@@ -379,7 +379,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
@@ -399,7 +399,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
@@ -417,7 +417,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
@@ -435,7 +435,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
@@ -453,7 +453,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
@@ -472,7 +472,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
@@ -487,7 +487,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
@@ -502,7 +502,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
@@ -521,7 +521,7 @@
 
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_PPC8_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
@@ -537,7 +537,7 @@
 
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_PPC9_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
@@ -553,7 +553,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
@@ -569,7 +569,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
@@ -585,7 +585,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
@@ -601,7 +601,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
@@ -618,7 +618,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
@@ -637,7 +637,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
@@ -654,7 +654,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
@@ -671,7 +671,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/14.2.0/Makefile
===================================================================
--- core/gcc/14.2.0/Makefile	(revision 69)
+++ core/gcc/14.2.0/Makefile	(revision 70)
@@ -185,7 +185,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
@@ -214,7 +214,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
@@ -241,7 +241,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
@@ -268,7 +268,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
@@ -299,7 +299,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
@@ -330,7 +330,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
@@ -361,7 +361,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
@@ -390,7 +390,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
@@ -424,7 +424,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
@@ -457,7 +457,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
@@ -523,7 +523,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
@@ -589,7 +589,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
@@ -656,7 +656,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
@@ -724,7 +724,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
@@ -790,7 +790,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
@@ -858,7 +858,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
@@ -924,7 +924,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
@@ -992,7 +992,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
@@ -1060,7 +1060,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
@@ -1128,7 +1128,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
@@ -1194,7 +1194,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
@@ -1260,7 +1260,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
@@ -1326,7 +1326,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
@@ -1393,7 +1393,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
@@ -1459,7 +1459,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
@@ -1526,7 +1526,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
@@ -1592,7 +1592,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
@@ -1659,7 +1659,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
@@ -1727,7 +1727,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
@@ -1793,7 +1793,7 @@
 
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_PPC8_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-32=power8
@@ -1858,7 +1858,7 @@
 
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_PPC9_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-32=power9
@@ -1923,7 +1923,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
@@ -1990,7 +1990,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
@@ -2057,7 +2057,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
@@ -2122,7 +2122,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
@@ -2187,7 +2187,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
@@ -2251,7 +2251,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
@@ -2311,7 +2311,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
@@ -2371,7 +2371,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.40-i18n-patch/glibc-2.40-new/localedata/locales/en_RU
===================================================================
--- sources/GNU/glibc/create-2.40-i18n-patch/glibc-2.40-new/localedata/locales/en_RU	(revision 69)
+++ sources/GNU/glibc/create-2.40-i18n-patch/glibc-2.40-new/localedata/locales/en_RU	(revision 70)
@@ -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/v6.x/Makefile
===================================================================
--- sources/Linux/v6.x/Makefile	(revision 69)
+++ sources/Linux/v6.x/Makefile	(revision 70)
@@ -1,7 +1,7 @@
 #
 # Project Home:
 # ============
-# git.radix.pro/sources.git
+# git.radix-linux.su/sources.git
 #
 
 COMPONENT_TARGETS = $(TOOLCHAIN_NOARCH)