]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blob - daemon/Makefile_aarch64
Merge branch 'master' into android
[android-sdk/arm-ds5-gator.git] / daemon / Makefile_aarch64
1 #
2 # Makefile for ARM Streamline - Gator Daemon
3 # make -f Makefile_aarch64
4 #
6 # Uncomment and define CROSS_COMPILE if it is not already defined
7 # CROSS_COMPILE=/path/to/cross-compiler/arm-linux-gnueabihf-
8 # NOTE: This toolchain uses the hardfloat abi by default. For non-hardfloat
9 # targets it is necessary to add options
10 # '-marm -march=armv4t -mfloat-abi=soft'.
12 CPP = $(CROSS_COMPILE)g++
13 GCC = $(CROSS_COMPILE)gcc
15 include common.mk