Skip to content

Commit

Permalink
Merge pull request #148 from loganmc10/patch-2
Browse files Browse the repository at this point in the history
Add cortex-a53 to libretro Makefile
  • Loading branch information
bearoso committed Nov 15, 2016
2 parents 9e97394 + 695e274 commit e78a5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libretro/Makefile
Expand Up @@ -167,6 +167,8 @@ else ifneq (,$(findstring armv,$(platform)))
CXXFLAGS += -marm -mcpu=cortex-a8
else ifneq (,$(findstring cortexa9,$(platform)))
CXXFLAGS += -marm -mcpu=cortex-a9
else ifneq (,$(findstring cortexa53,$(platform)))
CXXFLAGS += -marm -mcpu=cortex-a53
endif
CXXFLAGS += -marm
ifneq (,$(findstring neon,$(platform)))
Expand Down

0 comments on commit e78a5e2

Please sign in to comment.