summaryrefslogblamecommitdiffstats
blob: 10b4b4a71ab1676805ed0baaf940d597918341e1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                           
#
# 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/arm-linux-gnueabihf-
# NOTE: This toolchain uses the hardfloat abi by default. For non-hardfloat
# targets it is necessary to add options
# '-marm -march=armv4t -mfloat-abi=soft'.

CPP = $(CROSS_COMPILE)g++
GCC = $(CROSS_COMPILE)gcc

include common.mk