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