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 c67cc06436
commit fd54106a97
155 changed files with 308 additions and 15402 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__ */