mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/gcc: select BR2_TOOLCHAIN_HAS_FORTRAN when appropriate
This is only for the Buildroot toolchain backend. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
abfef1ca35
commit
b0bff16b2f
@ -127,6 +127,7 @@ config BR2_TOOLCHAIN_BUILDROOT_FORTRAN
|
|||||||
# on architecture building libquadmath, wchar is required
|
# on architecture building libquadmath, wchar is required
|
||||||
depends on !BR2_TOOLCHAIN_HAS_LIBQUADMATH || \
|
depends on !BR2_TOOLCHAIN_HAS_LIBQUADMATH || \
|
||||||
(BR2_TOOLCHAIN_HAS_LIBQUADMATH && BR2_USE_WCHAR)
|
(BR2_TOOLCHAIN_HAS_LIBQUADMATH && BR2_USE_WCHAR)
|
||||||
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
||||||
help
|
help
|
||||||
Enable this option if you want your toolchain to support the
|
Enable this option if you want your toolchain to support the
|
||||||
Fortran language and you want Fortran libraries to be
|
Fortran language and you want Fortran libraries to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user