Skip to content

Commit

Permalink
add aarch64 build file
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Jul 11, 2024
1 parent 547dfeb commit 312e8c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_platforms/rg35xx_plus_batocera_aarch64.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

TOOLCHAIN = /opt/aarch64-buildroot-linux-gnu_sdk-buildroot/
TOOLCHAIN_USR = /opt/aarch64-buildroot-linux-gnu_sdk-buildroot/aarch64-buildroot-linux-gnu/sysroot/usr

CC = $(TOOLCHAIN)/bin/aarch64-linux-gcc
CPP = $(TOOLCHAIN)/bin/aarch64-linux-g++
SDL2CONFIG = $(TOOLCHAIN_USR)/bin/sdl2-config
LDUSEX11 = 0
CFLAGS_EXTRA = -DRG35XX_PLUS_BATOCERA
LDFLAGS = -lSDL2_image -lSDL2_ttf -lSDL2_mixer -lSDL2_gfx -lpthread

0 comments on commit 312e8c6

Please sign in to comment.