added cross compiler examples for 32bit and 64bit ARM

This commit is contained in:
wernsaar 2014-07-08 12:55:18 +02:00
parent 2081f6e8ff
commit 61ef0c3419
1 changed files with 11 additions and 0 deletions

View 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