arm: define TCC_ARM_VERSION for cross compiler
This commit is contained in:
parent
b7e75ccdb0
commit
828ccde9fc
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
#define NB_REGS 9
|
||||
#endif
|
||||
|
||||
#ifndef TCC_ARM_VERSION
|
||||
# define TCC_ARM_VERSION 5
|
||||
#endif
|
||||
|
||||
/* a register can belong to several classes. The classes must be
|
||||
sorted from more general to more precise (see gv2() code which does
|
||||
assumptions on it). */
|
||||
|
|
Loading…
Reference in a new issue