blob: 4fc1e99d45aaa778fd094e997761fee8b4917e53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- misc/os_spec.h.orig 2023-02-10 20:29:06 UTC
+++ misc/os_spec.h
@@ -607,9 +607,8 @@ typedef int BOOLEAN_INT;
variants, this presumably extends to SH5 as well so we treat va_lists on
Super-H as scalars */
-#if defined( __GNUC__ )
- #if( defined( __ARM_EABI__ ) && \
- ( __GNUC__ == 4 && __GNUC_MINOR__ >= 4 ) || ( __GNUC__ > 4 ) )
+#if 1
+ #if defined( __ARM_EABI__ )
/* In theory we could check __ap but in practice it's too risky to rely
on the type and state of hidden internal fields, and in any case it's
only a sanity check, not a hard requirement, so we just no-op the
|