ARM: recognize gfortran pre-releases
authorChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 15:48:29 +0000 (11:48 -0400)
committerChristoph Conrads <christoph.conrads@fluent.ai>
Thu, 10 Aug 2017 15:48:29 +0000 (11:48 -0400)
commitda611dd81acfe1da2903e0e952a0efbef3c6d260
tree5d43dfd52d0b4c5deb2b1dac236d378cebf8e455
parente6b9b660c38372b52b707a6a670677554fe77efb
ARM: recognize gfortran pre-releases

Without proper recognition of gfortran versions such as
> GNU Fortran (GCC) 4.9.x 20150123 (prerelease)
OpenBLAS assumes the presence of the G77 compiler. Consequently,
`-lgfortran` is missing from the pkg-config file.

The aforementioned compiler is the gfortran compiler in the Android repo
in a commit tagged as `ndk-r14`, cf. Paul Mustière's gfortran build
instructions for Android at https://github.com/buffer51/android-gfortran
f_check