gator: Version 5.19
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / Makefile_aarch64
index 10b4b4a71ab1676805ed0baaf940d597918341e1..efd1fa0021829be161e019dacaed29e634088152 100644 (file)
@@ -4,12 +4,9 @@
 #
 
 # 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'.
+# CROSS_COMPILE=/path/to/cross-compiler/aarch64-linux-gnu-
 
-CPP = $(CROSS_COMPILE)g++
-GCC = $(CROSS_COMPILE)gcc
+CC = $(CROSS_COMPILE)gcc
+CXX = $(CROSS_COMPILE)g++
 
 include common.mk