mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
cc/gcc: fortran requires GMP and MPFR
Even if gcc itself does not require GMP or MPFR (eg. gcc-4.2 and before don't), building the fortran frontend always required those companion libraries. Select them if the Fortran language is selected. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
03b1bc0302
commit
9be30ce778
@ -356,3 +356,7 @@ config CC_LANG_JAVA_USE_ECJ
|
||||
default y
|
||||
depends on CC_LANG_JAVA
|
||||
depends on CC_GCC_4_3_or_later
|
||||
|
||||
# Fortran always requires GMP+MPFR, whatever the gcc version
|
||||
config CC_LANG_FORTRAN
|
||||
select CC_GCC_USE_GMP_MPFR
|
||||
|
Loading…
Reference in New Issue
Block a user