ArchitectureRules: Disable usage of -mapcs-frame on ARM.

It has been long since deprecated by GCC.
This commit is contained in:
Augustin Cavalier 2019-06-17 19:57:22 -04:00
parent f861a8596a
commit b6b66df0c5
1 changed files with 0 additions and 7 deletions

View File

@ -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