Add i368-elf-gcc v5.4 crosscompiler

This commit is contained in:
2026-02-23 19:58:18 +01:00
parent 25cb90296f
commit 6ab17c98e9
6 changed files with 212 additions and 74 deletions

View File

@ -7,6 +7,8 @@
#define QUOTE(x) __QUOTE(x)
#ifndef ARCH_ASM_CLOBBER_ALL
// TODO: Is my gcc to new? It won't let me clobber ebp unless I specify
// -fomit-frame-pointer
#define ARCH_ASM_CLOBBER_ALL "eax", "ebx", "ecx", "edx", "esi", "edi", "ebp"
#endif