We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3ece commit 5f25231Copy full SHA for 5f25231
1 file changed
patches/gcc/0001-gcc-8.patch
@@ -15,11 +15,12 @@ diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
15
index 9ee6a4eb5..b89f85655 100644
16
--- a/gcc/config/arm/arm.h
17
+++ b/gcc/config/arm/arm.h
18
-@@ -669,6 +670,9 @@ extern int arm_arch_cmse;
+@@ -669,6 +670,10 @@ extern int arm_arch_cmse;
19
#define WCHAR_TYPE_SIZE BITS_PER_WORD
20
#endif
21
22
+/* use int and unsigned int for int32_t and uint32_t */
23
++#undef STDINT_LONG32
24
+#define STDINT_LONG32 0
25
+
26
/* Sized for fixed-point types. */
0 commit comments