We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b129491 commit b1b6ddfCopy full SHA for b1b6ddf
platforms/Cross/plugins/IA32ABI/xabicc.c
@@ -5,7 +5,7 @@
5
* The plugin is misnamed. It should be the AlienPlugin, but its history
6
* dictates otherwise.
7
*/
8
-#if i386|i486|i586|i686
+#if i386|i486|i586|i686|__i386__|__i486__|__i586__|__i686__
9
# include "ia32abicc.c"
10
#elif powerpc|ppc
11
# include "ppc32abicc.c"
@@ -17,5 +17,6 @@
17
# endif
18
#elif __ARM_ARCH__|__arm__|__arm32__|ARM32
19
# include "arm32abicc.c"
20
+#else
21
+#error "Unsupported architecture"
22
#endif
-
0 commit comments