## Makefile for ARM Streamline - Gator Daemon# make -f Makefile_aarch64## Uncomment and define CROSS_COMPILE if it is not already defined# CROSS_COMPILE=/path/to/cross-compiler/aarch64-linux-gnu-CC = $(CROSS_COMPILE)gccCXX = $(CROSS_COMPILE)g++include common.mk