mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
tccdef.h additons for riscv64 newlib stdint
This commit is contained in:
parent
2709b7ab03
commit
931a146591
@ -122,6 +122,10 @@
|
||||
/* Linux */
|
||||
|
||||
#endif
|
||||
/* Some derived integer types needed to get stdint.h to compile correctly on some platforms */
|
||||
#define __UINTPTR_TYPE__ unsigned __PTRDIFF_TYPE__
|
||||
#define __INTPTR_TYPE__ __PTRDIFF_TYPE__
|
||||
#define __INT32_TYPE__ int
|
||||
|
||||
#if !defined _WIN32
|
||||
/* glibc defines */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user