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
    40         kx 
    40         kx #include <bits/wordsize.h>
    40         kx 
    40         kx #if __WORDSIZE == 32
    40         kx #include "llvm-config-32.h"
    40         kx #elif __WORDSIZE == 64
    40         kx #include "llvm-config-64.h"
    40         kx #else
    40         kx #error "Unknown word size"
    40         kx #endif