ports: add gdb_arm_64 variant

Fixes #4980
This commit is contained in:
Christian Prochaska 2023-08-07 15:47:46 +02:00 committed by Christian Helmuth
parent 7a6d9f8530
commit f3b03fa01b

View File

@ -0,0 +1,4 @@
PROGRAM_PREFIX = genode-aarch64-
GDB_TARGET = aarch64-none-elf
include $(PRG_DIR)/../gdb/target.inc