added cross compiler examples for 32bit and 64bit ARM
authorwernsaar <wernsaar@googlemail.com>
Tue, 8 Jul 2014 10:55:18 +0000 (12:55 +0200)
committerwernsaar <wernsaar@googlemail.com>
Tue, 8 Jul 2014 10:55:18 +0000 (12:55 +0200)
Makefile.rule

index 90ff80e..a70b038 100644 (file)
@@ -25,9 +25,20 @@ VERSION = 0.2.10.rc1
 # FC = gfortran
 
 # Even you can specify cross compiler. Meanwhile, please set HOSTCC.
+
+# cross compiler for Windows
 # CC = x86_64-w64-mingw32-gcc
 # FC = x86_64-w64-mingw32-gfortran
 
+# cross compiler for 32bit ARM
+# CC = arm-linux-gnueabihf-gcc
+# FC = arm-linux-gnueabihf-gfortran
+
+# cross compiler for 64bit ARM
+# CC = aarch64-linux-gnu-gcc
+# FC = aarch64-linux-gnu-gfortran
+
+
 # If you use the cross compiler, please set this host compiler.
 # HOSTCC = gcc