I want to build a FORTRAN compiler that generate code for ARM architecture. Is FORTRAN supported in gcc for ARM architecture?
The ARM architecture seems to be supported by both, the gcc-g77 and libgfortran: http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=gcc-fortran.arm http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=libgfortran.arm Good luck!