Add i368-elf-gcc v5.4 crosscompiler
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user