summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index f85310e813..628f14dbb0 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -245,10 +245,9 @@
245# Enabling FORTRAN 245# Enabling FORTRAN
246# Note this is not officially supported and is just illustrated here to 246# Note this is not officially supported and is just illustrated here to
247# show an example of how it can be done 247# show an example of how it can be done
248FORTRAN_forcevariable = ",fortran" 248# You'll also need your fortran recipe to depend on libgfortran
249RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath libgfortran" 249#FORTRAN_forcevariable = ",fortran"
250export BUILD_FC = "${CCACHE}${BUILD_PREFIX}gfortran ${BUILD_CC_ARCH}" 250#RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"
251export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}"
252 251
253# 252#
254# Kernel image features 253# Kernel image features