Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

42 Commits   1 Branch   8 Tags
     5         kx 
     5         kx 
     5         kx Toolchains
     5         kx ==========
     5         kx 
     5         kx The default destination path for installation is defined by **TOOLCHAINS_BASE_PATH** variable
     5         kx in the [build-system/config.mk](https://csvn.radix.pro/radix/toolchains/branches/toolchains-1.9.x/build-system/config.mk)
     5         kx file. The access permissions should be given to developer by the superuser:
     5         kx 
     5         kx ```Bash
     5         kx $ sudo mkdir -p /opt/toolchain
     5         kx $ sudo chown -R developer:developers /opt/toolchain
     5         kx ```
     5         kx 
     5         kx To build all toolchains we have to run following command in the *products* directory:
     5         kx 
     5         kx ```Bash
     5         kx $ cd products
     5         kx $ make -j32 all
     5         kx ```
     5         kx 
     5         kx Additional information can be found in the
     5         kx [*doc/README*](https://csvn.radix.pro/toolchains/branches/toolchains-1.9.x/doc/README) file.
     5         kx 
     5         kx 
     5         kx Copyright and license
     5         kx ---------------------
     5         kx 
     5         kx Code and documentation copyright 2009-2020 Andrey V. Kosteltsev.
     5         kx Code and documentation released under [the MIT License](https://csvn.radix.pro/radix/toolchains/branches/toolchains-1.9.x/LICENSE).
     5         kx