交叉工具链判断系统

如果是Linux系统定义的宏在工具链中,同理对交叉工具链也适用

gcc -dM -E - </dev/null | grep linux
#define __linux 1
#define __linux__ 1
#define __gnu_linux__ 1
#define linux 1

你可能感兴趣的:(嵌入式,交叉编译,linux,centos,ubuntu)