e7d6a5e5a642ccdf9d7a38df02c7754235ffeca6
There's a lot of unnecessary system configuration junk here which isn't used, and is already available through compiler predefines. This is also blindly placed without really checking the host architecture. -DLINUX is unused. -D__AMD64__ is predefined by the compiler, and is also redundant with __x86_64__ and ATI_BITS_64. __x86_64__ should also be removed. It's used in libelf, but I'm not sure if msvc predefines this or not. -DqLittleEndian is unused, and also doesn't follow macro naming conventions (plus compilers have their own predefines for checking this). Change-Id: I89f6fc4c88e861623be7f32df41aecbb4e9009ab
Descrição
Descrição não fornecida
Linguagens
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Outros
1.1%