ArchitectureRules: Disable usage of -mapcs-frame on ARM.
It has been long since deprecated by GCC.
This commit is contained in:
parent
f861a8596a
commit
b6b66df0c5
@ -54,13 +54,6 @@ rule ArchitectureSetup architecture
|
||||
}
|
||||
ccBaseFlags += $(archFlags) ;
|
||||
|
||||
if $(cpu) = arm {
|
||||
if $(HAIKU_CC_IS_CLANG_$(architecture)) != 1 {
|
||||
# For stackcrawls - not supported by Clang
|
||||
ccBaseFlags += -mapcs-frame ;
|
||||
}
|
||||
}
|
||||
|
||||
# activating graphite optimizations
|
||||
if $(HAIKU_USE_GCC_GRAPHITE_$(architecture)) = 1 {
|
||||
ccBaseFlags += -floop-interchange -ftree-loop-distribution
|
||||
|
Loading…
Reference in New Issue
Block a user