Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: 14.2.0/Makefile
===================================================================
--- 14.2.0/Makefile	(revision 51)
+++ 14.2.0/Makefile	(revision 52)
@@ -1794,6 +1794,7 @@
 extra_configure_switches  = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
 extra_configure_switches += '--with-bugurl=https://radix.pro'
 extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
+extra_configure_switches += --disable-multilib
 extra_configure_switches += --with-cpu-32=power8
 extra_configure_switches += --with-tune-32=power8
 extra_configure_switches += --with-long-double-128
@@ -1858,6 +1859,7 @@
 extra_configure_switches  = '--with-pkgversion=Radix $(TOOLCHAINS_VERSION)'
 extra_configure_switches += '--with-bugurl=https://radix.pro'
 extra_configure_switches += --libdir=$(TOOLCHAIN_PATH)/lib$(LIBSUFFIX)
+extra_configure_switches += --disable-multilib
 extra_configure_switches += --with-cpu-32=power9
 extra_configure_switches += --with-tune-32=power9
 extra_configure_switches += --with-long-double-128