rpi2: Change BoardConfig to armv7

This commit is contained in:
Alexander von Gluck IV 2015-03-07 16:07:24 -06:00
parent ed9a0b70f3
commit ed9321d9f7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ HAIKU_BOARD_SDIMAGE_SIZE = 256 ;
# gcc flags for the specific cpu
#
local flags = -mtune=arm1176jzf-s -march=armv6 ;
local flags = -mtune=arm1176jzf-s -march=armv7-a ;
HAIKU_ASFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;
HAIKU_CCFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;