From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Martin Date: Fri, 1 Jul 2016 18:29:12 +0200 Subject: [Buildroot] [PATCH v2 07/15] package/gcc: select BR2_TOOLCHAIN_HAS_FORTRAN when appropriated In-Reply-To: <20160701162920.19632-1-s.martin49@gmail.com> References: <20160701162920.19632-1-s.martin49@gmail.com> Message-ID: <20160701162920.19632-8-s.martin49@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net This is only for the Buildroot toolchain backend. Signed-off-by: Samuel Martin Signed-off-by: Vicente Olivert Riera --- changes v1->v2: - none --- package/gcc/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 673b444..f19b5e3 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -121,6 +121,7 @@ config BR2_TOOLCHAIN_BUILDROOT_CXX config BR2_TOOLCHAIN_BUILDROOT_FORTRAN bool "Enable Fortran support" depends on BR2_USE_WCHAR # libquadmath + select BR2_TOOLCHAIN_HAS_FORTRAN help Enable this option if you want your toolchain to support the Fortran language and you want Fortran libraries to be -- 2.9.0