arm: added some missing arch bits and changed asm section for arm compat.
This commit is contained in:
@@ -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 = ;
|
||||
|
||||
Reference in New Issue
Block a user