Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx 
     5         kx All packages for target root file system are built using $(TARGET_DEST_DIR)
     5         kx temporary file system which contains the mirror of whole target system
     5         kx including all header files and libs for development purposes.
     5         kx 
     5         kx Before start building target libraries and applications we have to prepare
     5         kx $(TARGET_DEST_DIR) for development.
     5         kx 
     5         kx The first libraries in the $(TARGET_DEST_DIR) mirror shoul be the GCC runtime
     5         kx libraries from TOOLCHAIN. This libraries will not be installed into target
     5         kx root file system. This libraries will be used only for building GNU Libc.
     5         kx 
     5         kx Target root file system will containt GCC runtime libraries which will be
     5         kx built in GCC package later.