feat(gcc): Update cross toolchain GCC to v8.x

This commit is contained in:
donghengqaz
2020-02-12 10:22:49 +08:00
committed by Dong Heng
parent 1be2289fcd
commit 28f466d12e
159 changed files with 359 additions and 15440 deletions

View File

@@ -36,7 +36,7 @@ typedef int8_t s8;
#endif /*__XTENSA__*/
#if defined(__linux__) || defined(__GLIBC__) || defined(__ets__)
#include <endian.h>
#include <machine/endian.h>
#include <byteswap.h>
#endif /* __linux__ */