arm: added some missing arch bits and changed asm section for arm compat.

This commit is contained in:
Jerome Duval
2012-04-01 14:03:36 +02:00
parent 8175a2c342
commit 57c324a753
13 changed files with 286 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ if $(TARGET_ARCH) = x86 {
PPC_ONLY = "" ;
} else if $(TARGET_ARCH) = m68k {
M68K_ONLY = "" ;
} else if $(TARGET_ARCH) = arm {
ARM_ONLY = "" ;
}
local GPL_ONLY = ;