Skip to content

Commit

Permalink
Fix flags for RPi2
Browse files Browse the repository at this point in the history
There's no point in tuning for the RPi1 CPU.
  • Loading branch information
Midar committed Nov 7, 2015
1 parent 95fd629 commit 5213914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/jam/board/rpi2/BoardSetup
Expand Up @@ -58,7 +58,7 @@ HAIKU_BOARD_SDIMAGE_SIZE = 128 ;
# gcc flags for the specific cpu
#

local flags = -mtune=arm1176jzf-s -march=armv7-a ;
local flags = -march=armv7-a -mfloat-abi=hard ;

HAIKU_ASFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;
HAIKU_CCFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;
Expand Down

0 comments on commit 5213914

Please sign in to comment.